Sha256: ec40285f96625636eb6743729fe746603684653b5a418ed5c6886daac9a90c0b
Contents?: true
Size: 1.05 KB
Versions: 8
Compression:
Stored size: 1.05 KB
Contents
# See https://help.github.com/articles/ignoring-files for more about ignoring files. # # If you find yourself ignoring temporary files generated by your text editor # or operating system, you probably want to add a global ignore instead: # git config --global core.excludesfile '~/.gitignore_global' # Ignore bundler config. /.bundle # Ignore all logfiles and tempfiles. /log/* /tmp/* !/log/.keep !/tmp/.keep # Ignore pidfiles, but keep the directory. /tmp/pids/* !/tmp/pids/ !/tmp/pids/.keep # Ignore uploaded files in development. /storage/* !/storage/.keep /tmp/storage/* !/tmp/storage/ !/tmp/storage/.keep /public/assets # Ignore master key for decrypting credentials and more. /config/master.key # editor .DS_Store .idea .env.* Procfile .ruby-gemset .irb-history .pry_history .byebug_history /app/assets/builds/* !/app/assets/builds/.keep /node_modules # Vite Ruby /public/vite* node_modules # Vite uses dotenv and suggests to ignore local-only env files. See # https://vitejs.dev/guide/env-and-mode.html#env-files *.local data volumes vendor/bundle/ruby/* ssl
Version data entries
8 entries across 8 versions & 1 rubygems