diff options
Diffstat (limited to 'storage')
-rw-r--r-- | storage/.gitignore | 4 | ||||
-rw-r--r-- | storage/cache/.gitignore | 4 |
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 |