From 5ef53b569cf711ef3070fac68159b0e7f7a30fa0 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 24 Nov 2025 13:09:01 -0500 Subject: [PATCH] Create upload folders for recurring tickets and ticket_templates --- .gitignore | 4 ++++ uploads/recurring_tickets/index.php | 1 + uploads/ticket_templates/index.php | 1 + 3 files changed, 6 insertions(+) create mode 100644 uploads/recurring_tickets/index.php create mode 100644 uploads/ticket_templates/index.php diff --git a/.gitignore b/.gitignore index 95389d5c..7d06cba2 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ uploads/document_templates/* !uploads/document_templates/index.php uploads/expenses/* !uploads/expenses/index.php +uploads/recurring_tickets/* +!uploads/recurring_tickets/index.php uploads/settings/* !uploads/settings/index.php uploads/users/* @@ -20,6 +22,8 @@ uploads/tmp/* !uploads/tmp/index.php uploads/tickets/* !uploads/tickets/index.php +uploads/ticket_templates/* +!uploads/ticket_templates/index.php .idea/* plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/HTML/* !plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/HTML/.gitkeep diff --git a/uploads/recurring_tickets/index.php b/uploads/recurring_tickets/index.php new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/uploads/recurring_tickets/index.php @@ -0,0 +1 @@ + diff --git a/uploads/ticket_templates/index.php b/uploads/ticket_templates/index.php new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/uploads/ticket_templates/index.php @@ -0,0 +1 @@ +