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:
+3
-3
@@ -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
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user