From 958d4b93b640b0dcf7b946851bbbbfdda83a281a Mon Sep 17 00:00:00 2001 From: "Joel E. Svensson" Date: Wed, 13 Jul 2016 01:35:34 +0200 Subject: [PATCH] Commit folder structure to fix october:mirror --- storage/app/.gitignore | 4 +++- storage/app/media/.gitignore | 2 ++ storage/app/uploads/.gitignore | 3 +++ storage/app/uploads/public/.gitignore | 2 ++ storage/temp/.gitignore | 3 ++- storage/temp/public/.gitignore | 2 ++ 6 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 storage/app/media/.gitignore create mode 100644 storage/app/uploads/.gitignore create mode 100644 storage/app/uploads/public/.gitignore create mode 100644 storage/temp/public/.gitignore diff --git a/storage/app/.gitignore b/storage/app/.gitignore index c96a04f00..97df60cdd 100644 --- a/storage/app/.gitignore +++ b/storage/app/.gitignore @@ -1,2 +1,4 @@ * -!.gitignore \ No newline at end of file +!.gitignore +!media +!uploads diff --git a/storage/app/media/.gitignore b/storage/app/media/.gitignore new file mode 100644 index 000000000..d6b7ef32c --- /dev/null +++ b/storage/app/media/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/storage/app/uploads/.gitignore b/storage/app/uploads/.gitignore new file mode 100644 index 000000000..3984efe5a --- /dev/null +++ b/storage/app/uploads/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!public diff --git a/storage/app/uploads/public/.gitignore b/storage/app/uploads/public/.gitignore new file mode 100644 index 000000000..d6b7ef32c --- /dev/null +++ b/storage/app/uploads/public/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/storage/temp/.gitignore b/storage/temp/.gitignore index c96a04f00..3984efe5a 100644 --- a/storage/temp/.gitignore +++ b/storage/temp/.gitignore @@ -1,2 +1,3 @@ * -!.gitignore \ No newline at end of file +!.gitignore +!public diff --git a/storage/temp/public/.gitignore b/storage/temp/public/.gitignore new file mode 100644 index 000000000..d6b7ef32c --- /dev/null +++ b/storage/temp/public/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore