From 6240e5f0465d0e223178a72ec36fc2b9ce2af9a0 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sun, 6 Oct 2019 17:11:06 +0200 Subject: storage/: .gitignore fixups --- storage/.gitignore | 4 ++++ storage/cache/.gitignore | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 storage/.gitignore (limited to 'storage') diff --git a/storage/.gitignore b/storage/.gitignore new file mode 100644 index 00000000..fa776e4d --- /dev/null +++ b/storage/.gitignore @@ -0,0 +1,4 @@ +/* +!/app +!/cache +!.gitignore diff --git a/storage/cache/.gitignore b/storage/cache/.gitignore index ea604cb2..b376bb75 100644 --- a/storage/cache/.gitignore +++ b/storage/cache/.gitignore @@ -1 +1,3 @@ -/routes.cache.php +/* +!/views +!.gitignore -- cgit v1.2.3-54-g00ecf