From 92bdb5edd8c7fb2cdf3830821703cfadaf3be6bd Mon Sep 17 00:00:00 2001 From: Akash Keshav <112591754+domesticchores@users.noreply.github.com> Date: Sun, 16 Feb 2025 17:29:21 -0500 Subject: fixed application.properties to gitignore -ak --- ufund-api/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ufund-api/.gitignore b/ufund-api/.gitignore index 79525f5..9cea7c4 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/resources/application.properties \ No newline at end of file -- cgit v1.2.3