2013-03-17 13:04:47 +01: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
|
|
|
|
|
|
|
|
log/*
|
|
|
|
public/assets
|
|
|
|
tmp
|
|
|
|
.project
|
|
|
|
.bundle
|
|
|
|
.idea
|
|
|
|
.gems
|
|
|
|
|
|
|
|
# OS generated files #
|
|
|
|
######################
|
|
|
|
.DS_Store*
|
|
|
|
ehthumbs.db
|
|
|
|
Icon?
|
|
|
|
Thumbs.db
|
2010-11-09 00:18:45 +01:00
|
|
|
lib-cov
|
|
|
|
*.seed
|
|
|
|
*.log
|
|
|
|
*.csv
|
|
|
|
*.dat
|
|
|
|
*.out
|
|
|
|
*.pid
|
|
|
|
*.gz
|
|
|
|
|
|
|
|
pids
|
|
|
|
logs
|
2011-05-30 03:47:07 +02:00
|
|
|
results
|
|
|
|
|
2012-01-06 06:30:03 +01:00
|
|
|
npm-debug.log
|
2013-03-17 13:04:47 +01:00
|
|
|
node_modules
|