P2.4: Update .gitignore and .dockerignore for JSON storage

Drop pysentry.yaml references; add gosentry.json and jobs.json.
Keep *.yaml wildcard to ignore legacy files during import window.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
mixeme
2026-06-22 22:23:24 +03:00
parent 172cacb5fe
commit 8e67177c85
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
bin
dist
logs
gosentry.yaml
pysentry.yaml
jobs.yaml
gosentry.json
jobs.json
*.yaml
*.exe
+3 -3
View File
@@ -9,9 +9,9 @@ cmd/gosentry/*.syso
*.test
# Runtime files created next to the executable during local runs.
gosentry.yaml
pysentry.yaml
jobs.yaml
gosentry.json
jobs.json
*.yaml
logs/
# Go workspace/cache files that should stay local if a developer creates them.