From 8e137b525c18a8ad3b37e6bc483950ff7d2d921e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 10 Feb 2016 16:55:42 -0600 Subject: [PATCH] adding public directory to app storage --- storage/app/.gitignore | 3 ++- storage/app/public/.gitignore | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 storage/app/public/.gitignore diff --git a/storage/app/.gitignore b/storage/app/.gitignore index c96a04f00..8f4803c05 100644 --- a/storage/app/.gitignore +++ b/storage/app/.gitignore @@ -1,2 +1,3 @@ * -!.gitignore \ No newline at end of file +!public/ +!.gitignore diff --git a/storage/app/public/.gitignore b/storage/app/public/.gitignore new file mode 100644 index 000000000..d6b7ef32c --- /dev/null +++ b/storage/app/public/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore