999a1510d4
Add .gitignore rules for SQLite WAL/SHM sidecars, coverage output, and the dev workspace/data storage dir (keeping the demo.xml/epics_test.xml fixtures), completing the runtime-artifact cleanup. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
28 lines
418 B
Plaintext
28 lines
418 B
Plaintext
dist/
|
|
web/dist/
|
|
web/node_modules/
|
|
interfaces/
|
|
synthetic.json
|
|
uopi.toml
|
|
*.local.toml
|
|
resources
|
|
.claude
|
|
.github
|
|
.goreleaser.yaml
|
|
.iocsh_history
|
|
go.work.sum
|
|
*.log
|
|
|
|
# Test output
|
|
coverage.out
|
|
*.coverprofile
|
|
|
|
# SQLite runtime databases (sidecar WAL/SHM)
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# uopi dev runtime storage — ignore generated state, keep curated fixtures
|
|
workspace/data/*
|
|
!workspace/data/demo.xml
|
|
!workspace/data/epics_test.xml
|