Created
October 17, 2012 05:49
-
-
Save musubu/3903902 to your computer and use it in GitHub Desktop.
gitignore skelton for node.js project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://raw.github.com/github/gitignore/master/Global/OSX.gitignore | |
.DS_Store | |
.AppleDouble | |
.LSOverride | |
Icon | |
# Thumbnails | |
._* | |
# Files that might appear on external disk | |
.Spotlight-V100 | |
.Trashes | |
# https://raw.github.com/github/gitignore/master/Global/Emacs.gitignore | |
*~ | |
\#*\# | |
/.emacs.desktop | |
/.emacs.desktop.lock | |
.elc | |
auto-save-list | |
tramp | |
.\#* | |
# Org-mode | |
.org-id-locations | |
*_archive | |
# https://raw.github.com/github/gitignore/master/Global/vim.gitignore | |
.*.sw[a-z] | |
*.un~ | |
Session.vim | |
.netrwhist | |
# https://raw.github.com/github/gitignore/master/Global/TextMate.gitignore | |
*.tmproj | |
*.tmproject | |
tmtags | |
# https://raw.github.com/github/gitignore/master/Global/SublimeText.gitignore | |
# SublimeText project files | |
*.sublime-workspace | |
# https://raw.github.com/github/gitignore/master/Global/IntelliJ.gitignore | |
*.iml | |
*.ipr | |
*.iws | |
.idea/ | |
# https://raw.github.com/github/gitignore/master/Global/Mercurial.gitignore | |
/.hg/* | |
*/.hg/* | |
.hgignore | |
# https://raw.github.com/github/gitignore/master/Node.gitignore | |
lib-cov | |
*.seed | |
*.log | |
*.csv | |
*.dat | |
*.out | |
*.pid | |
*.gz | |
pids | |
logs | |
results | |
npm-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment