Skip to content

Instantly share code, notes, and snippets.

@andrijac
Last active October 12, 2015 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrijac/4027502 to your computer and use it in GitHub Desktop.
Save andrijac/4027502 to your computer and use it in GitHub Desktop.
hgignore
# use glob syntax
syntax: glob
node_modules/
*.csproj.user
*.obj
*.pdb
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.lib
*.sbr
*.scc
*.xap
[Bb]in
[Dd]ebug*/
obj/
[Rr]elease*/
_ReSharper*/
[Tt]humbs.db
[Tt]est[Rr]esult*
[Bb]uild[Ll]og.*
*.[Pp]ublish.xml
*.resharper
*.tmp
*.nupkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment