zerobyte/.gitignore
2026-01-15 18:07:00 +01:00

35 lines
345 B
Text

.DS_Store
/node_modules/
# React Router
/.react-router/
/build/
/dist/
.env
.turbo
CLAUDE.md
mutagen.yml.lock
notes.md
smb-password.txt
cache.db
data/
.env*
!.env.example
!.env.test
# Playwright
node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
/playwright/.auth/
playwright/.auth
playwright/temp
.idea/