diff options
author | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-02-16 17:29:21 -0500 |
---|---|---|
committer | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-02-16 17:29:21 -0500 |
commit | 92bdb5edd8c7fb2cdf3830821703cfadaf3be6bd (patch) | |
tree | 34b56063ea05a76cde158ddea6a58b9173d4dd9d | |
parent | 460b520e05fc71e509745bf9847d61d397f130ca (diff) | |
download | JellySolutions-92bdb5edd8c7fb2cdf3830821703cfadaf3be6bd.tar.gz JellySolutions-92bdb5edd8c7fb2cdf3830821703cfadaf3be6bd.tar.bz2 JellySolutions-92bdb5edd8c7fb2cdf3830821703cfadaf3be6bd.zip |
fixed application.properties to gitignore -ak
-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 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 |