mirror of
https://github.com/django/daphne.git
synced 2025-07-11 08:22:17 +03:00
Ignore SQLite database files from tests
This commit is contained in:
parent
2a1c15d3c2
commit
9a9eb26d36
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
||||||
dist/
|
dist/
|
||||||
docs/_build
|
docs/_build
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
*.sqlite3
|
||||||
.tox/
|
.tox/
|
||||||
*.swp
|
*.swp
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user