diff options
Diffstat (limited to 'ufund-api')
-rw-r--r-- | ufund-api/.gitignore | 5 | ||||
-rw-r--r-- | ufund-api/data/cupboard.json.template | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ufund-api/.gitignore b/ufund-api/.gitignore index 8cba502..7d2aa07 100644 --- a/ufund-api/.gitignore +++ b/ufund-api/.gitignore @@ -31,5 +31,6 @@ build/ ### VS Code ### .vscode/ -### application.properties ### -ufund-api/src/main/resources/application.properties
\ No newline at end of file +### application specific ### +ufund-api/src/main/resources/application.properties +ufund-api/data/cupboard.json
\ No newline at end of file diff --git a/ufund-api/data/cupboard.json.template b/ufund-api/data/cupboard.json.template new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/ufund-api/data/cupboard.json.template @@ -0,0 +1 @@ +[]
\ No newline at end of file |