Files
sociology_app/.gitignore
chenghuan bd23758d1b chore: 清理未跟踪文件和更新.gitignore
删除未跟踪的node_modules文件、调试构建产物和示例文件
添加unpackage/debug到.gitignore以防止提交调试文件
2026-02-09 15:03:30 +08:00

31 lines
346 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
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
/package-lock.json
.hbuilderx/
.idea/
wxcomponents/
unpackage/cache/
unpackage/dist/
unpackage/release/
unpackage/debug/