From e3b14ea8ced0d13e543293ed2020b86a4d2b9170 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Wed, 7 Oct 2015 23:09:09 +1030 Subject: [PATCH] Reorganise storage directories --- storage/{app => cache}/.gitignore | 0 storage/{framework/cache => formatter}/.gitignore | 0 storage/framework/.gitignore | 6 ------ storage/{framework => }/views/.gitignore | 0 4 files changed, 6 deletions(-) rename storage/{app => cache}/.gitignore (100%) rename storage/{framework/cache => formatter}/.gitignore (100%) delete mode 100644 storage/framework/.gitignore rename storage/{framework => }/views/.gitignore (100%) diff --git a/storage/app/.gitignore b/storage/cache/.gitignore similarity index 100% rename from storage/app/.gitignore rename to storage/cache/.gitignore diff --git a/storage/framework/cache/.gitignore b/storage/formatter/.gitignore similarity index 100% rename from storage/framework/cache/.gitignore rename to storage/formatter/.gitignore diff --git a/storage/framework/.gitignore b/storage/framework/.gitignore deleted file mode 100644 index 1670e90..0000000 --- a/storage/framework/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -config.php -routes.php -compiled.php -services.json -events.scanned.php -routes.scanned.php diff --git a/storage/framework/views/.gitignore b/storage/views/.gitignore similarity index 100% rename from storage/framework/views/.gitignore rename to storage/views/.gitignore