Skip to content

Commit f73b0bc

Browse files
authored
Arranged the .gitignore file into sections (#21)
1 parent c173457 commit f73b0bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
.DS_Store
22
.venv
3-
db.sqlite3
43
**/__pycache__/
54
.vscode/
65
env
6+
7+
# Ignore the SQLite database used when running the application from source
8+
django_app/db.sqlite3
9+
10+
# Ignore packed rocks
711
*.rock

0 commit comments

Comments
 (0)