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
|
2016-02-06 04:52:38 +00:00
|
|
|
vendor/
|
2015-10-27 10:17:04 +00:00
|
|
|
|
2016-01-06 14:36:29 +00:00
|
|
|
#secrets and config
|
2015-03-08 07:21:25 +00:00
|
|
|
.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?
|
2015-01-22 22:53:18 +00:00
|
|
|
.vagrant
|