Skip to content

Instantly share code, notes, and snippets.

@mascot6699
Created August 15, 2015 05:42
Show Gist options
  • Save mascot6699/4f48afed7727e1fa60d9 to your computer and use it in GitHub Desktop.
Save mascot6699/4f48afed7727e1fa60d9 to your computer and use it in GitHub Desktop.
The standard gitignore file of django projects
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
node_modules
__pycache__
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.idea
*~
*.swp
*.swo
*#*
.DS*
*.log
pip-log.txt
media
# angular configs
angular/node_modules
angular/dist
angular/.tmp
angular/.sass-cache
angular/app/bower_components
angular/app/styles/main.css
# Node modules
node_modules/
npm-debug.log
# Bower components
webapp/static/bower_components/
# Uglified JavaScript
dist/
# Staticfiles
staticfiles/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment