Files
webUI/.gitignore
2025-05-14 22:10:43 +08:00

75 lines
770 B
Plaintext

# Node.js
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
package-lock.json
yarn.lock
# UniApp
unpackage/
dist/
.hbuilderx/
# IDE
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# System Files
.DS_Store
Thumbs.db
# Local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Build output
dist/
build/
unpackage/
# Temporary files
*.log
*.tmp
*.temp
# Coverage directory used by tools like istanbul
coverage/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional stylelint cache
.stylelintcache
# HBuilderX
.hbuilderx/
.history/
# UniApp specific
unpackage/
dist/
.history/