Created
December 11, 2017 13:48
-
-
Save ba11b0y/7d33a0ec069cc223b4a689e1e2fdb1ff to your computer and use it in GitHub Desktop.
Gitignore 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
*.pyc | |
*~ | |
__pycache__ | |
db.sqlite3 | |
/static | |
.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment