Added media and models folder to gitignore
This commit is contained in:
parent
2de25c4a0e
commit
9ba37be69f
1 changed files with 7 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -260,3 +260,9 @@ __screenshots__/
|
||||||
|
|
||||||
# Static files
|
# Static files
|
||||||
static/
|
static/
|
||||||
|
|
||||||
|
# Media files
|
||||||
|
media/
|
||||||
|
|
||||||
|
# Models
|
||||||
|
model/
|
||||||
Loading…
Reference in a new issue