Files
soulspace/.gitignore
chenghuan 8ae3f62e09 chore: 清理项目依赖和构建产物文件
删除 node_modules 中未使用的依赖文件、示例、构建产物和调试文件
移除 unpackage/debug 目录下的调试应用包和安装标记文件
清理过时的配置文件、映射文件和二进制资源文件
2026-02-09 15:37:33 +08:00

30 lines
344 B
Plaintext

.DS_Store
node_modules
/dist
vue.config
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
.trae
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
/package-lock.json
wxcomponents/
.hbuilderx/
unpackage/cache/
unpackage/dist/
unpackage/release/
unpackage/debug/