Skip to content

Commit d2869cc

Browse files
committed
[refactor] ignore logs
1 parent d2cc19a commit d2869cc

File tree

3 files changed

+5
-19686
lines changed

3 files changed

+5
-19686
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ __pycache__/
88
*.py[cod]
99
*$py.class
1010
build/
11+
.coverage
1112

1213
# Bot example log.
1314
/example/log/
@@ -25,4 +26,7 @@ build/
2526

2627
# Windows useless files.
2728
Thumbs.db
28-
desktop.ini
29+
desktop.ini
30+
31+
# logs
32+
log/

0 commit comments

Comments
 (0)