From 1a9607dacd3093f9558c27136eb05386efc2362b Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Thu, 4 Jan 2018 15:08:32 -0600 Subject: [PATCH] fix ignore files --- storage/framework/cache/.gitignore | 4 ++-- storage/framework/sessions/.gitignore | 4 ++-- storage/framework/views/.gitignore | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/storage/framework/cache/.gitignore b/storage/framework/cache/.gitignore index b1da3b9c..d6b7ef32 100644 --- a/storage/framework/cache/.gitignore +++ b/storage/framework/cache/.gitignore @@ -1,2 +1,2 @@ --* --!.gitignore +* +!.gitignore diff --git a/storage/framework/sessions/.gitignore b/storage/framework/sessions/.gitignore index b1da3b9c..d6b7ef32 100644 --- a/storage/framework/sessions/.gitignore +++ b/storage/framework/sessions/.gitignore @@ -1,2 +1,2 @@ --* --!.gitignore +* +!.gitignore diff --git a/storage/framework/views/.gitignore b/storage/framework/views/.gitignore index b1da3b9c..d6b7ef32 100644 --- a/storage/framework/views/.gitignore +++ b/storage/framework/views/.gitignore @@ -1,2 +1,2 @@ --* --!.gitignore +* +!.gitignore