chore: update ignore patterns for test files
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
This commit is contained in:
parent
3771d2de65
commit
4fc5ae63a1
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -5,9 +5,12 @@ __pycache__
|
||||||
*.cert
|
*.cert
|
||||||
.env-local
|
.env-local
|
||||||
.coverage
|
.coverage
|
||||||
|
coverage.out
|
||||||
|
|
||||||
dist
|
dist
|
||||||
bin
|
bin
|
||||||
# Butterrobot
|
# Butterrobot
|
||||||
*.sqlite*
|
*.sqlite*
|
||||||
butterrobot.db
|
butterrobot.db
|
||||||
|
/butterrobot
|
||||||
|
*_test.db*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue