Add runtime artifacts to .gitignore
This commit is contained in:
parent
d205d15c74
commit
3588139201
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -11,3 +11,12 @@ crawler/data/wrongmove.db
|
|||
crawler/data/
|
||||
|
||||
crawler/frontend/caddy_dev/**
|
||||
|
||||
# Runtime artifacts
|
||||
crawler/celerybeat-schedule
|
||||
crawler/celerybeat-schedule-shm
|
||||
crawler/celerybeat-schedule-wal
|
||||
*.log
|
||||
*.ipynb
|
||||
._*
|
||||
crawler/create_commits.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue