chore: update gitignore — exclude local files and test audio
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e1a97cb466
commit
29a40f2dcf
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -148,3 +148,12 @@ storybook-static
|
||||||
|
|
||||||
# v0.941: Swagger docs.go generated by CI (swag init)
|
# v0.941: Swagger docs.go generated by CI (swag init)
|
||||||
veza-backend-api/docs/docs.go
|
veza-backend-api/docs/docs.go
|
||||||
|
|
||||||
|
# Claude Code local memory
|
||||||
|
.claude/
|
||||||
|
|
||||||
|
# Test audio files (large binaries)
|
||||||
|
veza-backend-api/audio/
|
||||||
|
|
||||||
|
# SELinux policy (local)
|
||||||
|
qemu-fusefs.*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue