mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-06 04:19:14 +00:00
67 lines
580 B
Plaintext
67 lines
580 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Node modules
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
out/
|
|
.tmp/
|
|
tmp/
|
|
temp/
|
|
.cache/
|
|
|
|
# Coverage
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Env files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Package manager stores
|
|
.pnpm-store/
|
|
|
|
# Tool caches
|
|
.eslintcache
|
|
.parcel-cache/
|
|
.turbo/
|
|
.vite/
|
|
|
|
# Frameworks
|
|
.next/
|
|
.nuxt/
|
|
.svelte-kit/
|
|
|
|
# Editors/IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local data (Docker volume mount)
|
|
data/
|
|
|
|
|