1
0
mirror of https://github.com/github/gitignore synced 2024-12-02 16:35:44 +01:00
gitignore/Node.gitignore

36 lines
526 B
Plaintext
Raw Normal View History

# 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
results
npm-debug.log
node_modules