You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
983 B
Plaintext
89 lines
983 B
Plaintext
# =========================
|
|
# Node / TypeScript
|
|
# =========================
|
|
node_modules/
|
|
.pnpm-store/
|
|
.npm/
|
|
.yarn/
|
|
.yarn-cache/
|
|
.yarn/unplugged/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
out/
|
|
.next/
|
|
.nuxt/
|
|
.svelte-kit/
|
|
coverage/
|
|
*.tsbuildinfo
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
*.log
|
|
|
|
# Env files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# =========================
|
|
# Go
|
|
# =========================
|
|
# Binaries
|
|
bin/
|
|
*.exe
|
|
*.out
|
|
*.test
|
|
|
|
# Build artifacts
|
|
build/
|
|
dist/
|
|
|
|
# Go workspace / modules
|
|
go.work.sum
|
|
|
|
# Vendor (optional — include if large)
|
|
vendor/
|
|
|
|
# Coverage
|
|
coverage.out
|
|
*.coverprofile
|
|
|
|
# =========================
|
|
# General / Shared
|
|
# =========================
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editors / IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Cache / temp
|
|
.cache/
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Docker
|
|
*.pid
|
|
*.seed
|
|
|
|
# Archives / large files
|
|
*.zip
|
|
*.tar
|
|
*.gz
|
|
*.rar
|
|
*.7z
|
|
|
|
# Misc
|
|
*.bak
|
|
*.log |