55 lines
537 B
Plaintext
55 lines
537 B
Plaintext
# Dependencies and build output
|
|
node_modules
|
|
.astro
|
|
dist
|
|
|
|
# VCS metadata
|
|
.git
|
|
.gitignore
|
|
|
|
# Local Codex/dev artifacts
|
|
.codex*
|
|
.codex/
|
|
.codex-dev.*
|
|
.codex-cache/
|
|
.tmp*
|
|
*.tmp
|
|
|
|
# Logs and runtime junk
|
|
*.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/editor files
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# Local caches
|
|
tmp
|
|
.cache
|
|
temp
|
|
coverage
|
|
.nyc_output
|
|
.pnpm-store
|
|
.npm
|
|
*.tsbuildinfo
|