forked from angelo/web-retail-h5
40 lines
374 B
Plaintext
40 lines
374 B
Plaintext
# 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/
|
|
.hbuilderx/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Docs
|
|
docs/
|
|
|
|
# IDE settings
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Configuration files that shouldn't be formatted
|
|
manifest.json
|