mirror of
https://github.com/jeffusion/gitea-ai-assistant.git
synced 2026-03-27 10:05:50 +00:00
Exclude runtime data (data/), SQLite WAL files, frontend lock file, and build artifacts. Add bunfig.toml to scope bun test to src/ only, preventing it from picking up frontend vitest test files. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
21 lines
237 B
Plaintext
21 lines
237 B
Plaintext
node_modules/
|
|
dist/
|
|
.env
|
|
config-overrides.json
|
|
.sisyphus/
|
|
e2e/.env.e2e
|
|
|
|
# Runtime data
|
|
data/
|
|
|
|
# Frontend build artifacts
|
|
public/
|
|
|
|
# Test temporaries
|
|
/tmp/
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Lock files (frontend has its own)
|
|
frontend/package-lock.json
|