Skip to content

Instantly share code, notes, and snippets.

@apinsard
Created July 6, 2016 09:44
Show Gist options
  • Save apinsard/aabe9d6e16b0ac14e89101e5c1958977 to your computer and use it in GitHub Desktop.
Save apinsard/aabe9d6e16b0ac14e89101e5c1958977 to your computer and use it in GitHub Desktop.
Default .gitignore file for django projects
*.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