Skip to content

Commit 2a8722f

Browse files
authored
Fix the log rule in gitignore (#571)
1 parent 4372b9b commit 2a8722f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__pycache__/
22
.env
3-
log/
43
alembic/versions/
54
static/media/
5+
*.log
66
celerybeat-schedule.*

0 commit comments

Comments
 (0)