Created
July 30, 2012 13:37
-
-
Save carlosrberto/3206959 to your computer and use it in GitHub Desktop.
Git Ignore Template
This file contains 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
# 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