From eb706af66de6099933e4fac702696178971b32d9 Mon Sep 17 00:00:00 2001 From: A1Gard Date: Tue, 25 Jul 2023 08:11:11 +0330 Subject: [PATCH] fix git ignore bug --- storage/app/.gitignore | 2 ++ storage/framework/.gitignore | 1 + storage/framework/cache/.gitignore | 2 ++ storage/framework/sessions/.gitignore | 2 ++ storage/framework/testing/.gitignore | 2 ++ storage/framework/views/.gitignore | 2 ++ 6 files changed, 11 insertions(+) diff --git a/storage/app/.gitignore b/storage/app/.gitignore index 8f4803c..526bb0e 100755 --- a/storage/app/.gitignore +++ b/storage/app/.gitignore @@ -1,3 +1,5 @@ * !public/ !.gitignore + + diff --git a/storage/framework/.gitignore b/storage/framework/.gitignore index 05c4471..299eead 100755 --- a/storage/framework/.gitignore +++ b/storage/framework/.gitignore @@ -7,3 +7,4 @@ routes.php routes.scanned.php schedule-* services.json + diff --git a/storage/framework/cache/.gitignore b/storage/framework/cache/.gitignore index 01e4a6c..fc5091b 100755 --- a/storage/framework/cache/.gitignore +++ b/storage/framework/cache/.gitignore @@ -1,3 +1,5 @@ * !data/ !.gitignore + + diff --git a/storage/framework/sessions/.gitignore b/storage/framework/sessions/.gitignore index d6b7ef3..bf1f8a9 100755 --- a/storage/framework/sessions/.gitignore +++ b/storage/framework/sessions/.gitignore @@ -1,2 +1,4 @@ * !.gitignore + + diff --git a/storage/framework/testing/.gitignore b/storage/framework/testing/.gitignore index d6b7ef3..bf1f8a9 100755 --- a/storage/framework/testing/.gitignore +++ b/storage/framework/testing/.gitignore @@ -1,2 +1,4 @@ * !.gitignore + + diff --git a/storage/framework/views/.gitignore b/storage/framework/views/.gitignore index d6b7ef3..bf1f8a9 100755 --- a/storage/framework/views/.gitignore +++ b/storage/framework/views/.gitignore @@ -1,2 +1,4 @@ * !.gitignore + +