diff options
author | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-02-16 17:30:19 -0500 |
---|---|---|
committer | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-02-16 17:30:19 -0500 |
commit | e2e76f7e335e346820ba02e5aed95366593a10b7 (patch) | |
tree | c54aed2b29623e14e9b752f67293f1cb0008aa1d /ufund-api | |
parent | 92bdb5edd8c7fb2cdf3830821703cfadaf3be6bd (diff) | |
download | JellySolutions-e2e76f7e335e346820ba02e5aed95366593a10b7.tar.gz JellySolutions-e2e76f7e335e346820ba02e5aed95366593a10b7.tar.bz2 JellySolutions-e2e76f7e335e346820ba02e5aed95366593a10b7.zip |
fixed application.properties to gitignore -ak
Diffstat (limited to 'ufund-api')
-rw-r--r-- | ufund-api/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
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 |