This commit is contained in:
2023-02-14 03:12:11 +08:00
parent 8e581e3a56
commit e2e229398f
3 changed files with 44 additions and 1 deletions

4
.gitignore vendored
View File

@@ -1,3 +1,4 @@
# javascript
node_modules
*.log*
.nuxt
@@ -6,3 +7,6 @@ node_modules
.output
.env
dist
# python
venv