48 lines
549 B
Plaintext
48 lines
549 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
**/node_modules
|
|
|
|
# Build output
|
|
**/dist
|
|
/build
|
|
**/.astro
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.dev.vars
|
|
|
|
# IDE and editor directories
|
|
.idea/
|
|
.vscode/
|
|
|
|
# OS-generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
|
|
# AI and tool directories
|
|
.codex/
|
|
.gemini/
|
|
.turbo/
|
|
.wrangler/
|
|
|
|
# OS-generated files in subdirs
|
|
**/.DS_Store
|
|
# BMAD (local only)
|
|
.bmad-core/
|
|
.bmad-*/
|