Files
workGit/数字孪生可视化大屏vue源码/DaLuJiaVue2TV/.gitignore
2026-05-23 14:11:26 +08:00

44 lines
361 B
Plaintext

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
# Production
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment variables
.env
.env.local
.env.*.local
# Logs
logs/
*.log
# Testing
coverage/
.nyc_output/
# Temporary files
tmp/
temp/
*.tmp
# Editor backup files
*~
*.bak