mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-04-17 21:37:06 -04:00
* 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
41 lines
403 B
Plaintext
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/
|