From 2034f734a0756af6427e67078a4068f3d5cb3984 Mon Sep 17 00:00:00 2001 From: suseendhiran17 <58357088+suseendhiran17@users.noreply.github.com> Date: Thu, 19 May 2022 12:56:22 +0530 Subject: [PATCH] susee --- .gitignore | 2 +- storage/uploads/.gitignore | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 storage/uploads/.gitignore diff --git a/.gitignore b/.gitignore index 6729fea..60fca29 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ /storage/uploads/ !storage storage/* -!storage/uploads/* \ No newline at end of file +!storage/uploads/ \ No newline at end of file diff --git a/storage/uploads/.gitignore b/storage/uploads/.gitignore new file mode 100644 index 0000000..e7a210e --- /dev/null +++ b/storage/uploads/.gitignore @@ -0,0 +1,3 @@ +* +*/ +!.gitignore \ No newline at end of file