Add local-only files to gitignore
This commit is contained in:
parent
32d1054cb5
commit
fa18721b45
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,3 +1,8 @@
|
|||
*.sqlite*
|
||||
*.pyc
|
||||
*local_settings.*
|
||||
/env/
|
||||
/.idea/
|
||||
/static/
|
||||
/media/
|
||||
gettogether.code-workspace
|
||||
|
|
Loading…
Reference in a new issue