42 lines
447 B
Plaintext
42 lines
447 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
pnpm-lock.yaml
|
|
bun.lock
|
|
deno.lock
|
|
pnpm-workspace.yaml
|
|
package-lock.json
|
|
|
|
test-output/*
|
|
coverage/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Build output
|
|
build/*.txt
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Development tools and configs
|
|
.prettierrc
|
|
|
|
# ai temp or local only files
|
|
CLAUDE.md
|
|
.*/**
|
|
!.github/**
|
|
|
|
_bmad
|
|
_bmad-output
|
|
|
|
# Astro / Documentation Build
|
|
website/.astro/
|
|
website/dist/
|
|
build/
|