chore: 清理项目依赖和构建产物文件
删除 node_modules 中未使用的依赖文件、示例、构建产物和调试文件 移除 unpackage/debug 目录下的调试应用包和安装标记文件 清理过时的配置文件、映射文件和二进制资源文件
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
.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/
|
||||
Reference in New Issue
Block a user