From 11e5ebe1030fde8e94468456fb820b7bc645082b Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Sat, 22 Mar 2025 17:52:12 +0100 Subject: [PATCH] feat: update .gitignore to include invoices directory and add index.html --- .gitignore | 3 ++- system/uploads/invoices/index.html | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 system/uploads/invoices/index.html diff --git a/.gitignore b/.gitignore index b26f81d5..3bd975cb 100644 --- a/.gitignore +++ b/.gitignore @@ -57,5 +57,6 @@ docs/** .idea !docs/insomnia.rest.json !system/uploads/paid.png -!system/uploads/invoices/ system/uploads/invoices/** +!system/uploads/invoices/ +!system/uploads/invoices/index.html \ No newline at end of file diff --git a/system/uploads/invoices/index.html b/system/uploads/invoices/index.html new file mode 100644 index 00000000..e69de29b