metamaps--metamaps/.gitignore

32 lines
595 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
public/assets
2016-03-12 16:16:31 +00:00
public/metamaps_mobile
2016-10-04 06:02:07 +00:00
public/api/index.html
2016-02-06 04:52:38 +00:00
vendor/
2016-04-26 02:22:32 +00:00
node_modules
npm-debug.log
app/assets/javascripts/webpacked
2015-10-27 10:17:04 +00:00
#secrets and config
.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 all logfiles and tempfiles.
2012-12-15 18:49:12 +00:00
log/*.log
tmp
2014-10-03 02:33:28 +00:00
2016-01-26 09:53:10 +00:00
coverage
2014-10-18 13:15:08 +00:00
.DS_Store
2015-10-28 04:44:38 +00:00
*/.DS_Store
.DS_Store?
.vagrant