This commit is contained in:
cjl520cy 2026-04-03 14:52:28 +08:00
parent 22cd25eb0e
commit e979d83902
1 changed files with 8 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# 忽略依赖目录
/node_modules/
# 忽略 UniApp 编译输出目录
/unpackage/
# 忽略 VS Code 配置目录
/.vscode/