update .gitignore
This commit is contained in:
parent
1ba7a43219
commit
450296b4b7
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -15,4 +15,8 @@ migrations/
|
||||||
# docs/
|
# docs/
|
||||||
|
|
||||||
# Local sqlite3 db
|
# Local sqlite3 db
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
|
|
||||||
|
# deployed media and static files
|
||||||
|
.media/
|
||||||
|
.static/
|
Loading…
Add table
Reference in a new issue