Update .gitignore
This commit is contained in:
parent
e43fd4cb84
commit
1f945ba7cd
1 changed files with 17 additions and 9 deletions
26
.gitignore
vendored
26
.gitignore
vendored
|
|
@ -1,10 +1,18 @@
|
||||||
|
# Ignore pycache
|
||||||
__pycache__
|
__pycache__
|
||||||
.DS_Store
|
|
||||||
.vscode/
|
# Ignore .hidden files
|
||||||
.coverage
|
.*
|
||||||
.noseids
|
|
||||||
.pytest_cache
|
# Except .
|
||||||
nosetests.xml
|
!.github/
|
||||||
tests/report
|
!.gitignore
|
||||||
tests/tmp.db
|
|
||||||
logs/
|
# Ignore items in test (report, cache, etc), except files starting with test
|
||||||
|
tests/*
|
||||||
|
!tests/test*
|
||||||
|
|
||||||
|
# Ignore logs/data/certs
|
||||||
|
logs/
|
||||||
|
data/
|
||||||
|
certs/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue