From 932155c559e55bfb0d786be333e3ccbb01abf3cc Mon Sep 17 00:00:00 2001 From: Marcel Raddatz Date: Fri, 10 Apr 2026 09:39:01 +0200 Subject: [PATCH] chore(backend): ignore application-dev.yml to prevent leaking local secrets Co-Authored-By: Claude Sonnet 4.6 --- backend/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/.gitignore b/backend/.gitignore index 667aaef..63fdf0c 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -31,3 +31,6 @@ build/ ### VS Code ### .vscode/ + +### Local dev config (may contain secrets / local DB credentials) ### +src/main/resources/application-dev.yml