From a82143e40ba7c068ac96cd74af84492eba2016cd Mon Sep 17 00:00:00 2001 From: Paul Isaris Date: Mon, 18 Nov 2024 10:43:15 +0200 Subject: [PATCH] IP-202: As a content manager I can select to delete an existing problem, so that I can remove it from the platform --- storage/app/public/uploads/.gitignore | 3 ++- storage/app/public/uploads/problem_img/.gitignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 storage/app/public/uploads/problem_img/.gitignore diff --git a/storage/app/public/uploads/.gitignore b/storage/app/public/uploads/.gitignore index 5a31ffd44..024cae743 100644 --- a/storage/app/public/uploads/.gitignore +++ b/storage/app/public/uploads/.gitignore @@ -9,4 +9,5 @@ !project_sm_featured_img !project_sm_featured_img/ecas_logo_scaled.png !project_problem_img -!user_profile_img \ No newline at end of file +!user_profile_img +!problem_img \ No newline at end of file diff --git a/storage/app/public/uploads/problem_img/.gitignore b/storage/app/public/uploads/problem_img/.gitignore new file mode 100644 index 000000000..f935021a8 --- /dev/null +++ b/storage/app/public/uploads/problem_img/.gitignore @@ -0,0 +1 @@ +!.gitignore