From e2e76f7e335e346820ba02e5aed95366593a10b7 Mon Sep 17 00:00:00 2001 From: Akash Keshav <112591754+domesticchores@users.noreply.github.com> Date: Sun, 16 Feb 2025 17:30:19 -0500 Subject: fixed application.properties to gitignore -ak --- ufund-api/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ufund-api') diff --git a/ufund-api/.gitignore b/ufund-api/.gitignore index 9cea7c4..8cba502 100644 --- a/ufund-api/.gitignore +++ b/ufund-api/.gitignore @@ -32,4 +32,4 @@ build/ .vscode/ ### application.properties ### -/ufund-api/resources/application.properties \ No newline at end of file +ufund-api/src/main/resources/application.properties \ No newline at end of file -- cgit v1.2.3