Last active
October 12, 2015 10:17
-
-
Save b1/4011386 to your computer and use it in GitHub Desktop.
For all shit .hgignore
This file contains hidden or 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
# use glob syntax. | |
syntax: glob | |
# use glob syntax. | |
syntax: glob | |
# Numerous always-ignore extensions | |
*.diff | |
*.err | |
*.orig | |
*.log | |
*.rej | |
*.swo | |
*.swp | |
*.zip | |
*.vi | |
*~ | |
*.sass-cache | |
*.elc | |
*.pyc | |
*~ | |
~* | |
# OS or Editor folders | |
.DS_Store | |
._* | |
Thumbs.db | |
.cache | |
.project | |
.settings | |
.tmproj | |
*.esproj | |
nbproject | |
*.sublime-project | |
*.sublime-workspace | |
# Komodo | |
*.komodoproject | |
.komodotools | |
# Folders to ignore | |
.hg | |
.svn | |
.CVS | |
.idea | |
node_modules | |
#virtualenv | |
e_*/ | |
media/* | |
static/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment