vue积木库

This commit is contained in:
zqm
2026-01-29 11:12:19 +08:00
parent 89f6816360
commit e8cff47482
9 changed files with 355 additions and 0 deletions

61
Web/Vue/CubeLib/.gitignore vendored Normal file
View File

@@ -0,0 +1,61 @@
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Production
dist/
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.idea/
.vscode/
# Build output
build/
coverage/
dist/
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS
.DS_Store
Thumbs.db
# Editor temp files
*~
*.swp
*.swo
*.bak
*.tmp
*~
# Test
coverage/
*.lcov
# TypeScript
*.tsbuildinfo
# Lock files
package-lock.json
yarn.lock
pnpm-lock.yaml
# Local configuration files
.env.local
.env.development.local
.env.test.local
.env.production.local