chore: 添加 .gitignore 忽略构建产物和系统文件

This commit is contained in:
li
2026-01-17 23:15:43 +08:00
parent a722170d16
commit e1baeca60b
224 changed files with 34 additions and 196 deletions
+34
View File
@@ -0,0 +1,34 @@
# uni-app 构建产物
unpackage/dist/
# 系统文件
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# 依赖
node_modules/
# 日志
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# 临时文件
*.log
*.tmp
*.temp