From 8e67177c85e054f8b48294187606faec7c12a551 Mon Sep 17 00:00:00 2001 From: mixeme Date: Mon, 22 Jun 2026 22:23:24 +0300 Subject: [PATCH] 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 --- .dockerignore | 6 +++--- .gitignore | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.dockerignore b/.dockerignore index 0f23be5..b4042d6 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,7 +2,7 @@ bin dist logs -gosentry.yaml -pysentry.yaml -jobs.yaml +gosentry.json +jobs.json +*.yaml *.exe diff --git a/.gitignore b/.gitignore index 5fea5bc..d0127bb 100644 --- a/.gitignore +++ b/.gitignore @@ -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.