Skip to content

Commit 2742643

Browse files
committed
update .gitignore
1 parent a311684 commit 2742643

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.gitignore

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
*.pyc
21
.vscode
3-
collector/
4-
avatars/
5-
data.json
6-
daphne.sh
7-
TwitterBot.json
82
database/
93
staticfiles/
104
dumps/
5+
src/media/avatars/*
6+
!src/media/avatars/default.jpg
117
# Byte-compiled / optimized / DLL files
128
__pycache__/
139
*.py[cod]
1410
*$py.class
15-
11+
*.pyc
1612
# C extensions
1713
*.so
1814

0 commit comments

Comments
 (0)