Add Django static files directory to .gitignore
This commit is contained in:
parent
0e6b703768
commit
84863d8d87
1 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -208,3 +208,7 @@ __marimo__/
|
||||||
|
|
||||||
# TTVDrops
|
# TTVDrops
|
||||||
responses/
|
responses/
|
||||||
|
|
||||||
|
# Django static files
|
||||||
|
# Django collects static files into a single directory for production use.
|
||||||
|
staticfiles/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue