Sha256: 36be1168bd27bf84bc9e050d3eb1bb56bff100e9d92c3e99f497f0bbcb15007d
Contents?: true
Size: 577 Bytes
Versions: 10
Compression:
Stored size: 577 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 # Ignore all logfiles and tempfiles. /log/* /tmp/* !/log/.keep !/tmp/.keep # Ignore built gems /pkg # Ignore misc. /reminders.yml REVISION .sass-cache .rvmrc .DS_Store .rufus-scheduler.lock # Ignore test artifacts coverage test/reports
Version data entries
10 entries across 10 versions & 1 rubygems