diff options
author | benal01 <bja4245@rit.edu> | 2025-03-21 10:18:32 -0400 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-03-21 10:18:32 -0400 |
commit | 5eef7755f799d0f4fffad88dd05f18459c206253 (patch) | |
tree | 854db940361dde324820afdbd9e4b965d67fd2a6 | |
parent | a401cfe17108fcd38cd2ccf15e2d3f0e49606d9e (diff) | |
download | JellySolutions-5eef7755f799d0f4fffad88dd05f18459c206253.tar.gz JellySolutions-5eef7755f799d0f4fffad88dd05f18459c206253.tar.bz2 JellySolutions-5eef7755f799d0f4fffad88dd05f18459c206253.zip |
gitignore
-rw-r--r-- | ufund-api/.gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ufund-api/.gitignore b/ufund-api/.gitignore index 052bd9d..24d3397 100644 --- a/ufund-api/.gitignore +++ b/ufund-api/.gitignore @@ -32,5 +32,7 @@ build/ .vscode/ ### application specific ### -# /src/main/resources/application.properties -# /data/cupboard.json
\ No newline at end of file +ufund-api/src/main/resources/application.properties +ufund-api/data/cupboard.json +ufund-api/data/users.json +ufund-api/data/userAuths.json
\ No newline at end of file |