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
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -259,4 +259,10 @@ __screenshots__/
|
|||
*.local.bat
|
||||
|
||||
# Static files
|
||||
static/
|
||||
static/
|
||||
|
||||
# Media files
|
||||
media/
|
||||
|
||||
# Models
|
||||
model/
|
||||
Loading…
Reference in a new issue