Skip to content

Instantly share code, notes, and snippets.

@carlosrberto
Created July 30, 2012 13:37
Show Gist options
  • Save carlosrberto/3206959 to your computer and use it in GitHub Desktop.
Save carlosrberto/3206959 to your computer and use it in GitHub Desktop.
Git Ignore Template
# folders
app/media/uploads
static/site/css
.sass-cache
CACHE
.DS_Store
.svn
# extensions
*.pyc
*.pyo
*.swp
*~
*.svn
# files
local_settings.py
.pip-log.txt
thumbs.db
default.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment