Skip to content

Instantly share code, notes, and snippets.

@musubu
Created October 17, 2012 05:49
Show Gist options
  • Save musubu/3903902 to your computer and use it in GitHub Desktop.
Save musubu/3903902 to your computer and use it in GitHub Desktop.
gitignore skelton for node.js project
# 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