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.