Created
February 8, 2013 11:57
-
-
Save sfelde/4738498 to your computer and use it in GitHub Desktop.
django gitignore
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
*.py[co] | |
# Packages | |
*.egg | |
*.egg-info | |
dist | |
build | |
eggs | |
parts | |
bin | |
var | |
sdist | |
develop-eggs | |
.installed.cfg | |
# Installer logs | |
pip-log.txt | |
# Unit test / coverage reports | |
.coverage | |
.tox | |
#Translations | |
*.mo | |
#Mr Developer | |
.mr.developer.cfg | |
# Numerous always-ignore extensions | |
*.diff | |
*.err | |
*.orig | |
*.log | |
*.rej | |
*.swo | |
*.swp | |
*.vi | |
*~ | |
*.sass-cache | |
# OS or Editor folders | |
.DS_Store | |
.cache | |
.project | |
.settings | |
.tmproj | |
nbproject | |
Thumbs.db | |
# NPM packages folder. | |
node_modules/ | |
# Brunch folder for temporary files. | |
tmp/ | |
# Public brunch directory. | |
public/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment