Sha256: f22a3d01b2c73daeb3d2870c8e91ac24ebc23ba1061494317b861519e5c9572a
Contents?: true
Size: 1.01 KB
Versions: 95
Compression:
Stored size: 1.01 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 the default SQLite database. /db/*.sqlite3 /db/*.sqlite3-journal /**/db/*.sqlite3 /**/db/*.sqlite3-journal # Ignore all logfiles and tempfiles. /tmp/* /**/tmp/* !/tmp/.keep !/**/tmp/.keep /log/* /**/log/* !/log/.keep !/**/log/.keep /**/yarn-error.log # Ignore uploaded files in development and files that will be compiled in production /public/* /**/dummy/public/* /storage/* /**/dummy/storage/* !/public/.keep !/storage/.keep .byebug_history # Ignore master key for decrypting credentials and more. *.key *.env *.env.* !*.env.base /**/node_modules/ /**/node_modules/* /**/coverage/ /**/coverage/* /**/build/ /**/build/* *.lock *.DS_Store *.log* *.rdb !Gemfile.lock .bundle/ pkg/
Version data entries
95 entries across 95 versions & 1 rubygems