2025-04-08 17:51:03 +08:00
|
|
|
# Dependencies
|
|
|
|
node_modules/
|
|
|
|
|
|
|
|
# Build output
|
|
|
|
dist/
|
|
|
|
build/
|
|
|
|
out/
|
|
|
|
unpackage/ # uni-app output
|
|
|
|
|
|
|
|
# Lock files
|
|
|
|
package-lock.json
|
|
|
|
yarn.lock
|
|
|
|
|
|
|
|
# Git
|
|
|
|
.git/
|
|
|
|
|
|
|
|
# OS generated
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# uni-app specific
|
|
|
|
uni_modules/
|
2025-05-23 17:40:13 +08:00
|
|
|
.hbuilderx/
|
2025-04-08 17:51:03 +08:00
|
|
|
|
|
|
|
# Logs
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Docs
|
2025-05-23 17:40:13 +08:00
|
|
|
docs/
|
|
|
|
|
|
|
|
# IDE settings
|
|
|
|
.vscode/
|
|
|
|
.idea/
|
|
|
|
|
|
|
|
# Temporary files
|
|
|
|
*.tmp
|
|
|
|
*.temp
|
|
|
|
|
|
|
|
# Configuration files that shouldn't be formatted
|
|
|
|
manifest.json
|