Sha256: 70d3a59f4ac5450eb1583b4c978a79f00fca767fd23127ff5294d05703354fd4
Contents?: true
Size: 601 Bytes
Versions: 35
Compression:
Stored size: 601 Bytes
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 <% if sqlite3? -%> # Ignore the default SQLite database. /db/*.sqlite3 /db/*.sqlite3-journal <% end -%> # Ignore all logfiles and tempfiles. /log/* /tmp/* <% if keeps? -%> !/log/.keep !/tmp/.keep <% end -%> # Ignore Byebug command history file. .byebug_history
Version data entries
35 entries across 35 versions & 4 rubygems