From 8d230b838354956f30f3a6b97dabf412e19f1a78 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 16 Feb 2025 20:37:00 -0500 Subject: ignore cupboard.json and add template --- ufund-api/.gitignore | 5 +++-- ufund-api/data/cupboard.json.template | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 ufund-api/data/cupboard.json.template 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 -- cgit v1.2.3