add venv and dist to gitignore

This commit is contained in:
NaitLee 2023-11-10 21:02:15 +08:00
parent 0f2a9a7fc9
commit 58077d4ca5

4
.gitignore vendored
View File

@ -1,5 +1,7 @@
# python cache
# python stuffs
__pycache__
venv
dist
# Compatibility version of script, for old-old webView,
# generated by typescript tsc
www/main.comp.js