chore(backend): ignore application-dev.yml to prevent leaking local secrets

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-10 09:39:01 +02:00
parent a5bb5d45a3
commit 932155c559

3
backend/.gitignore vendored
View File

@@ -31,3 +31,6 @@ build/
### VS Code ### ### VS Code ###
.vscode/ .vscode/
### Local dev config (may contain secrets / local DB credentials) ###
src/main/resources/application-dev.yml