Skip to content

Commit cdbb8db

Browse files
committed
fix: add staticfiles to .gitignore
1 parent 256a698 commit cdbb8db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

{{cookiecutter.project_slug}}/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ local_settings.py
1111
db.sqlite3
1212
db.sqlite3-journal
1313
media
14+
staticfiles
1415

1516
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
1617
# in your Git repository. Update and uncomment the following line accordingly.

0 commit comments

Comments
 (0)