aboutsummaryrefslogtreecommitdiff
path: root/ufund-api
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-02-16 20:37:00 -0500
committersowgro <tpoke.ferrari@gmail.com>2025-02-16 20:37:00 -0500
commit8d230b838354956f30f3a6b97dabf412e19f1a78 (patch)
tree27b07056520365a06458da32375cacbf9383aec2 /ufund-api
parente86e0ccada2741405dd2cae5c96e3fec6f902bb7 (diff)
downloadJellySolutions-8d230b838354956f30f3a6b97dabf412e19f1a78.tar.gz
JellySolutions-8d230b838354956f30f3a6b97dabf412e19f1a78.tar.bz2
JellySolutions-8d230b838354956f30f3a6b97dabf412e19f1a78.zip
ignore cupboard.json and add template
Diffstat (limited to 'ufund-api')
-rw-r--r--ufund-api/.gitignore5
-rw-r--r--ufund-api/data/cupboard.json.template1
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