diff options
author | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-02-16 17:28:25 -0500 |
---|---|---|
committer | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-02-16 17:28:25 -0500 |
commit | 460b520e05fc71e509745bf9847d61d397f130ca (patch) | |
tree | d9716bec305ca9cf2a424727de478f11bac9b9b0 | |
parent | d26daebdc335e0fd26dfa638bf8a807a9187c9ee (diff) | |
download | JellySolutions-460b520e05fc71e509745bf9847d61d397f130ca.tar.gz JellySolutions-460b520e05fc71e509745bf9847d61d397f130ca.tar.bz2 JellySolutions-460b520e05fc71e509745bf9847d61d397f130ca.zip |
added application.properties to gitignore -ak
-rw-r--r-- | ufund-api/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |