diff options
Diffstat (limited to 'ufund-api')
-rw-r--r-- | ufund-api/.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ufund-api/.gitignore b/ufund-api/.gitignore index 7d2aa07..26e0341 100644 --- a/ufund-api/.gitignore +++ b/ufund-api/.gitignore @@ -32,5 +32,5 @@ build/ .vscode/ ### application specific ### -ufund-api/src/main/resources/application.properties -ufund-api/data/cupboard.json
\ No newline at end of file +/src/main/resources/application.properties +/data/cupboard.json
\ No newline at end of file |