summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorMax2019-05-13 15:50:36 +0200
committerMax2019-05-13 15:50:36 +0200
commit7149647b729b2aa30d76346a7cc3da37c1c692ca (patch)
treeb773b7c02a3434ea46d12659302abc586b0fdb7b /storage
downloadkategorischeraperitif-7149647b729b2aa30d76346a7cc3da37c1c692ca.tar.gz
Initial commit.
Diffstat (limited to 'storage')
-rwxr-xr-xstorage/app/.gitignore3
-rwxr-xr-xstorage/app/public/.gitignore2
-rwxr-xr-xstorage/framework/.gitignore8
-rwxr-xr-xstorage/framework/cache/.gitignore2
-rwxr-xr-xstorage/framework/sessions/.gitignore2
-rwxr-xr-xstorage/framework/testing/.gitignore2
-rwxr-xr-xstorage/framework/views/.gitignore2
-rwxr-xr-xstorage/logs/.gitignore2
8 files changed, 23 insertions, 0 deletions
diff --git a/storage/app/.gitignore b/storage/app/.gitignore
new file mode 100755
index 0000000..8f4803c
--- /dev/null
+++ b/storage/app/.gitignore
@@ -0,0 +1,3 @@
+*
+!public/
+!.gitignore
diff --git a/storage/app/public/.gitignore b/storage/app/public/.gitignore
new file mode 100755
index 0000000..d6b7ef3
--- /dev/null
+++ b/storage/app/public/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/storage/framework/.gitignore b/storage/framework/.gitignore
new file mode 100755
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 100755
index 0000000..d6b7ef3
--- /dev/null
+++ b/storage/framework/cache/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/storage/framework/sessions/.gitignore b/storage/framework/sessions/.gitignore
new file mode 100755
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 100755
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 100755
index 0000000..d6b7ef3
--- /dev/null
+++ b/storage/framework/views/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/storage/logs/.gitignore b/storage/logs/.gitignore
new file mode 100755
index 0000000..d6b7ef3
--- /dev/null
+++ b/storage/logs/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore