Initial commit: Project setup with .gitignore

This commit is contained in:
Your Name
2025-05-14 22:10:43 +08:00
commit 75bbcc04aa
13 changed files with 425 additions and 0 deletions

75
.gitignore vendored Normal file
View File

@@ -0,0 +1,75 @@
# 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/