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 --- .gitignore | 1 + ufund-api/.gitignore | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..672ca1e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +ufund-api/src/main/resources/application.properties 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