mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Add .mypy_cache to .gitignore file
This commit is contained in:
parent
a086ff6909
commit
20913808c5
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,4 +4,5 @@ site/
|
|||
__pycache__
|
||||
env
|
||||
node_modules
|
||||
/src/ui/*.txt
|
||||
/src/ui/*.txt
|
||||
.mypy_cache
|
||||
|
|
|
|||
Loading…
Reference in a new issue