56 lines
620 B
Plaintext
56 lines
620 B
Plaintext
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE and editor files
|
|
.idea/
|
|
.vscode/
|
|
.hbuilderx/
|
|
.project
|
|
.settings/
|
|
|
|
# Uni-app specific
|
|
unpackage/
|
|
dist/
|
|
.hybrid/
|
|
uni_modules/.git/
|
|
src/uni_modules/.git/
|
|
|
|
# Node.js related
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-lock.yaml
|
|
|
|
# Environment variables
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Build output and cache
|
|
/.hbuilderx/
|
|
/unpackage/dist/
|
|
/unpackage/cache/
|
|
/unpackage/release/
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# OS generated files
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Deployment scripts
|
|
deploy.sh
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|