Skip to content

Commit afc43fd

Browse files
committed
chore: 🙈 remove Django specific ignore files
1 parent f3b9667 commit afc43fd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.gitignore

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,9 @@ site
8787
persistent_storage
8888
!persistent_storage/**/*.md
8989

90-
# Python Django
90+
# Python Web App
91+
*.sqlite3
92+
*.sqlite3-journal
93+
94+
# Misc files
9195
*.log
92-
local_settings.py
93-
db.sqlite3
94-
db.sqlite3-journal
95-
# We'll disable migrations for now, until we have actual users
96-
migrations

0 commit comments

Comments
 (0)