Skip to content

Commit e15a92c

Browse files
authored
Fix path to db.sqlite3 (#24)
1 parent 0c81035 commit e15a92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
env
66

77
# Ignore the SQLite database used when running the application from source
8-
django_app/db.sqlite3
8+
dashboard/db.sqlite3
99

1010
# Ignore packed rocks
1111
*.rock

0 commit comments

Comments
 (0)