From 460b520e05fc71e509745bf9847d61d397f130ca Mon Sep 17 00:00:00 2001 From: Akash Keshav <112591754+domesticchores@users.noreply.github.com> Date: Sun, 16 Feb 2025 17:28:25 -0500 Subject: added application.properties to gitignore -ak --- ufund-api/.gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ufund-api') diff --git a/ufund-api/.gitignore b/ufund-api/.gitignore index 7ed0d6b..79525f5 100644 --- a/ufund-api/.gitignore +++ b/ufund-api/.gitignore @@ -30,3 +30,6 @@ build/ ### VS Code ### .vscode/ + +### application.properties ### +ufund-api/resources/application.properties \ No newline at end of file -- cgit v1.2.3