Add project source with .gitignore, remove node_modules and dist from tracking

This commit is contained in:
2026-07-17 03:27:23 +08:00
parent 4f6c48e418
commit 0c45291c6a
20 changed files with 3461 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
# Dependencies
node_modules/
# Build output
dist/
dist-ssr/
# Vite cache
.vite/
# TypeScript build info
*.tsbuildinfo
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Environment files
.env
.env.local
.env.*.local
# Editor / IDE
.vscode/*
!.vscode/extensions.json
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# macOS
.DS_Store