mirror of
https://github.com/django/daphne.git
synced 2025-07-03 19:33:14 +03:00
Add build dir to gitignore
This commit is contained in:
parent
8f40ad1d68
commit
e710ac02df
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
*.egg-info
|
*.egg-info
|
||||||
dist/
|
dist/
|
||||||
|
build/
|
||||||
docs/_build
|
docs/_build
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user