ignore some files
This commit is contained in:
parent
425fcd3a7c
commit
0ebd28b593
1 changed files with 6 additions and 3 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -12,6 +12,7 @@ env3/
|
|||
*.db
|
||||
store/
|
||||
cache/
|
||||
token.json
|
||||
|
||||
# Config file
|
||||
config.yaml
|
||||
|
@ -28,8 +29,10 @@ dist/
|
|||
.mypy_cache/
|
||||
_version.py
|
||||
|
||||
# Config file
|
||||
config.yaml
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
|
||||
# Code coverage
|
||||
.coverage
|
||||
coverage.xml
|
||||
coverage.lcov
|
||||
|
|
Loading…
Reference in a new issue