feat(gitignore): [M] add static to gitignore

[M] add static to gitignore

Signed-off-by: Ching <loooching@gmail.com>
This commit is contained in:
Ching 2021-10-04 23:56:07 +08:00
parent aeb2e44fcb
commit b860359404

1
.gitignore vendored
View File

@ -11,6 +11,7 @@ __pycache__/
build/ build/
develop-eggs/ develop-eggs/
downloads/ downloads/
static/
eggs/ eggs/
.eggs/ .eggs/
lib/ lib/