summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-10-06 17:11:06 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2019-10-06 17:11:06 +0200
commit6240e5f0465d0e223178a72ec36fc2b9ce2af9a0 (patch)
tree27f085a773dd8886400d998dd175b325dd13a135 /storage
parentbc2e1aec0a9d855ad614a9217d40cd2f09badc43 (diff)
storage/: .gitignore fixups
Diffstat (limited to 'storage')
-rw-r--r--storage/.gitignore4
-rw-r--r--storage/cache/.gitignore4
2 files changed, 7 insertions, 1 deletions
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