aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkash Keshav <112591754+domesticchores@users.noreply.github.com>2025-02-16 17:30:19 -0500
committerAkash Keshav <112591754+domesticchores@users.noreply.github.com>2025-02-16 17:30:19 -0500
commite2e76f7e335e346820ba02e5aed95366593a10b7 (patch)
treec54aed2b29623e14e9b752f67293f1cb0008aa1d
parent92bdb5edd8c7fb2cdf3830821703cfadaf3be6bd (diff)
downloadJellySolutions-e2e76f7e335e346820ba02e5aed95366593a10b7.tar.gz
JellySolutions-e2e76f7e335e346820ba02e5aed95366593a10b7.tar.bz2
JellySolutions-e2e76f7e335e346820ba02e5aed95366593a10b7.zip
fixed application.properties to gitignore -ak
Diffstat (limited to '')
-rw-r--r--.gitignore1
-rw-r--r--ufund-api/.gitignore2
2 files changed, 2 insertions, 1 deletions
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