1
0
Fork 0
allpro/.gitignore

17 lines
239 B
Plaintext
Raw Normal View History

2013-08-04 19:35:10 -04:00
# Ignore bundler config.
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
2013-08-10 00:11:23 -04:00
# Ignore database config file
config/database.yml
2013-08-11 01:11:13 -04:00
# coveralls?
coverage/*