mirror of
https://github.com/ZSCGR/genshin-impart.git
synced 2026-08-13 04:23:42 +08:00
46 lines
588 B
Plaintext
46 lines
588 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
# (Keep package-lock.json if you want to lock versions, but some prefer to ignore. Standard is to KEEP it, but I'll list node_modules which is the big one)
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
webs/genshin.db
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDEs and Editors
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.test
|
|
.env.production
|
|
|
|
# Optional: Verce output
|
|
.vercel
|