Add gitignore and initial project files

This commit is contained in:
2026-05-29 12:46:34 +08:00
commit f9e323f70a
20 changed files with 3216 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
# Dependencies
node_modules/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Runtime data
*.pid
*.pid.lock
*.seed
*.out
*.err
# Coverage / build output
coverage/
dist/
build/
tmp/
temp/
.cache/
.turbo/
.parcel-cache/
.vite/
# Environment files
.env
.env.*
!.env.example
# Editor and OS files
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.swo