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 bin
dist dist
logs logs
gosentry.yaml gosentry.json
pysentry.yaml jobs.json
jobs.yaml *.yaml
*.exe *.exe
+3 -3
View File
@@ -9,9 +9,9 @@ cmd/gosentry/*.syso
*.test *.test
# Runtime files created next to the executable during local runs. # Runtime files created next to the executable during local runs.
gosentry.yaml gosentry.json
pysentry.yaml jobs.json
jobs.yaml *.yaml
logs/ logs/
# Go workspace/cache files that should stay local if a developer creates them. # Go workspace/cache files that should stay local if a developer creates them.