Compare commits

...

1 Commits

Author SHA1 Message Date
cjl520cy e979d83902 提交 2026-04-03 14:52:28 +08:00
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/