Skip to content

Instantly share code, notes, and snippets.

@sanderhouttekier
Created April 11, 2013 15:35
Show Gist options
  • Save sanderhouttekier/5364410 to your computer and use it in GitHub Desktop.
Save sanderhouttekier/5364410 to your computer and use it in GitHub Desktop.
gitignore file to ignore following patterns on committing to a git repository #snippet
# node js development
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
pids
logs
results
npm-debug.log
node_modules
# SublimeText project files
*.sublime-workspace
# mercurial dev
/.hg/*
*/.hg/*
.hgignore
# svn dev
.svn/
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# project files
/build/*
/tmp/*
/docs/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment