summaryrefslogtreecommitdiff
path: root/storage/framework
diff options
context:
space:
mode:
authorFbenas <philbeansburton@gmail.com>2020-06-18 16:00:16 +0100
committerFbenas <philbeansburton@gmail.com>2020-06-18 16:00:16 +0100
commitc83e876693bdb71c66418c13f5e09dfdaef24478 (patch)
treef47c372d349a56e07f8fdb7f6004943ba3f9a925 /storage/framework
parent7fa8861f2dfb80713b1ecaade8fb1af977c65ba6 (diff)
Init laravel
Diffstat (limited to 'storage/framework')
-rw-r--r--storage/framework/.gitignore8
-rw-r--r--storage/framework/cache/.gitignore3
-rw-r--r--storage/framework/cache/data/.gitignore2
-rw-r--r--storage/framework/sessions/.gitignore2
-rw-r--r--storage/framework/testing/.gitignore2
-rw-r--r--storage/framework/views/.gitignore2
6 files changed, 19 insertions, 0 deletions
diff --git a/storage/framework/.gitignore b/storage/framework/.gitignore
new file mode 100644
index 0000000..b02b700
--- /dev/null
+++ b/storage/framework/.gitignore
@@ -0,0 +1,8 @@
+config.php
+routes.php
+schedule-*
+compiled.php
+services.json
+events.scanned.php
+routes.scanned.php
+down
diff --git a/storage/framework/cache/.gitignore b/storage/framework/cache/.gitignore
new file mode 100644
index 0000000..01e4a6c
--- /dev/null
+++ b/storage/framework/cache/.gitignore
@@ -0,0 +1,3 @@
+*
+!data/
+!.gitignore
diff --git a/storage/framework/cache/data/.gitignore b/storage/framework/cache/data/.gitignore
new file mode 100644
index 0000000..d6b7ef3
--- /dev/null
+++ b/storage/framework/cache/data/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/storage/framework/sessions/.gitignore b/storage/framework/sessions/.gitignore
new file mode 100644
index 0000000..d6b7ef3
--- /dev/null
+++ b/storage/framework/sessions/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/storage/framework/testing/.gitignore b/storage/framework/testing/.gitignore
new file mode 100644
index 0000000..d6b7ef3
--- /dev/null
+++ b/storage/framework/testing/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/storage/framework/views/.gitignore b/storage/framework/views/.gitignore
new file mode 100644
index 0000000..d6b7ef3
--- /dev/null
+++ b/storage/framework/views/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore