Files
JoyD/Web/Vue/CubeLib/.gitignore
2026-01-29 11:12:19 +08:00

61 lines
614 B
Plaintext

# 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