123 lines
1.2 KiB
Plaintext
123 lines
1.2 KiB
Plaintext
# Node.js
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
.npm
|
|
.yarn
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build outputs
|
|
dist
|
|
dist-ssr
|
|
build
|
|
*.local
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development
|
|
.env.test
|
|
.env.production
|
|
.env.*.local
|
|
|
|
# Editor and IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# Documentation
|
|
README.md
|
|
CHANGELOG.md
|
|
LICENSE
|
|
*.md
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
test-results
|
|
junit.xml
|
|
|
|
# Docker related
|
|
Dockerfile*
|
|
.dockerignore
|
|
docker-compose*.yml
|
|
.docker
|
|
|
|
# Scripts (開發用腳本,但保留 docker- 開頭的文件)
|
|
Scripts/*
|
|
*.bat
|
|
*.sh
|
|
!Scripts/docker-*
|
|
!Scripts/docker-*.sh
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
tmp
|
|
temp
|
|
.tmp
|
|
|
|
# Cache
|
|
.cache
|
|
.parcel-cache
|
|
.vite
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# ESLint cache
|
|
.eslintcache
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
|
|
# next.js build output
|
|
.next
|
|
|
|
# nuxt.js build output
|
|
.nuxt
|
|
|
|
# vuepress build output
|
|
.vuepress/dist
|
|
|
|
# Serverless directories
|
|
.serverless |