Files
zerobyte/.gitignore
Nico 1017f1a38b feat: edit repository form (#507)
* feat: edit repository form

* refactor: local repo path concat as a code migration

* refactor: server constants

* chore: fix lint issue in test file

* refactor: add auth to getServerConstants
2026-02-14 11:49:33 +01:00

41 lines
403 B
Plaintext

.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/
# OpenAPI error logs
openapi-ts-error-*.log
.output
tmp/