feat(patterns): add supports_manual metadata in db/pattern.json

Allow staging db/pattern.json by replacing blanket db/ ignore with a whitelist for tracked db files.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-09 17:06:56 +12:00
parent 3d6ef5c7b4
commit 1db905eaae
2 changed files with 12 additions and 2 deletions

12
.gitignore vendored
View File

@@ -28,7 +28,17 @@ Thumbs.db
scripts/.led-controller-venv
docs/.help-print.html
settings.json
db/
# Track shared JSON + preset binaries; ignore other db/*.json (e.g. device, zone) locally
db/*
!db/group.json
!db/palette.json
!db/pattern.json
!db/preset.json
!db/profile.json
!db/scene.json
!db/sequence.json
!db/presets/
!db/presets/*.bin
*.log
*.db
*.sqlite