Files
uopi/.gitignore
Martino Ferrari 999a1510d4 Ignore build/test output and workspace runtime state
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>
2026-06-24 01:48:07 +02:00

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