From d67f3b832f34c5a6e0e046c599bae78d738f2ce3 Mon Sep 17 00:00:00 2001 From: "chris.ditcher" Date: Tue, 20 Aug 2024 11:52:16 -0700 Subject: [PATCH] Added application-local to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b2bffea..9b92338 100644 --- a/.gitignore +++ b/.gitignore @@ -34,4 +34,5 @@ build/ ### Environment ### *.env -api/application-local.yaml +### Local dev ### +/src/main/resources/application-local.yaml