52 lines
499 B
Plaintext
52 lines
499 B
Plaintext
node_modules/
|
|
.astro/
|
|
dist/
|
|
|
|
# Local Codex/dev artifacts
|
|
.codex*
|
|
.codex/
|
|
.codex-dev.*
|
|
.codex-cache/
|
|
.tmp*
|
|
*.tmp
|
|
|
|
# Logs
|
|
*.log
|
|
*.log.*
|
|
*.out
|
|
*.err
|
|
*.pid
|
|
*.pid.lock
|
|
logs/
|
|
preview*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Env and local-only config
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.local
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor / local workspace junk
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Caches / tooling
|
|
.cache/
|
|
tmp/
|
|
temp/
|
|
coverage/
|
|
.nyc_output/
|
|
.pnpm-store/
|
|
.npm/
|
|
*.tsbuildinfo
|