metamaps--metamaps/.gitignore

30 lines
574 B
Plaintext
Raw Normal View History

2012-09-23 02:39:12 +00:00
# See http://help.github.com/ignore-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
2015-10-27 10:17:04 +00:00
#assety stuff
2014-10-18 13:15:08 +00:00
realtime/node_modules
2015-10-27 10:17:04 +00:00
public/assets
#secrets
config/database.yml
2015-10-27 10:17:04 +00:00
config/secrets.yml
.env
2012-09-23 20:21:41 +00:00
2012-09-23 02:39:12 +00:00
# Ignore bundler config
2012-12-15 18:49:12 +00:00
.bundle
2012-09-23 02:39:12 +00:00
# Ignore the default SQLite database.
2012-12-15 18:49:12 +00:00
db/*.sqlite3
2012-09-23 02:39:12 +00:00
# Ignore all logfiles and tempfiles.
2012-12-15 18:49:12 +00:00
log/*.log
tmp
2014-10-03 02:33:28 +00:00
2014-10-18 13:15:08 +00:00
.DS_Store
2015-10-28 04:44:38 +00:00
*/.DS_Store
.DS_Store?
.vagrant