Created
July 6, 2016 09:44
-
-
Save apinsard/aabe9d6e16b0ac14e89101e5c1958977 to your computer and use it in GitHub Desktop.
Default .gitignore file for django projects
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] | |
*.sw[po] | |
*~ | |
*.log | |
*.mo | |
/secrets.json | |
/media/ | |
/tmp/ | |
/.sass-cache/ | |
/docs/_build/ | |
/db.sqlite3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment