summaryrefslogtreecommitdiff
path: root/ssh/storage
diff options
context:
space:
mode:
authordev2026-06-27 05:34:00 +0200
committerdev2026-06-27 05:34:00 +0200
commitb608ced142cd0527906b554e04376292f718f084 (patch)
tree6f6937b35b902db3f0bca6476000dd61e3fcc85d /ssh/storage
parent0fe83c7f76b2fd6ce79541a71cdde5ec0b12becf (diff)
parent043dd3ed90cac67975996bd881a997f38679bacd (diff)
downloadcurious-b608ced142cd0527906b554e04376292f718f084.tar.gz
Merged cinema into mostdiscussed.com
Diffstat (limited to 'ssh/storage')
-rwxr-xr-xssh/storage/app/.gitignore3
-rwxr-xr-xssh/storage/app/public/.gitignore2
-rwxr-xr-xssh/storage/framework/.gitignore8
-rwxr-xr-xssh/storage/framework/cache/.gitignore3
-rwxr-xr-xssh/storage/framework/cache/data/.gitignore2
-rwxr-xr-xssh/storage/framework/sessions/.gitignore2
-rwxr-xr-xssh/storage/framework/testing/.gitignore2
-rwxr-xr-xssh/storage/framework/views/.gitignore2
-rwxr-xr-xssh/storage/logs/.gitignore2
9 files changed, 26 insertions, 0 deletions
diff --git a/ssh/storage/app/.gitignore b/ssh/storage/app/.gitignore
new file mode 100755
index 0000000..8f4803c
--- /dev/null
+++ b/ssh/storage/app/.gitignore
@@ -0,0 +1,3 @@
+*
+!public/
+!.gitignore
diff --git a/ssh/storage/app/public/.gitignore b/ssh/storage/app/public/.gitignore
new file mode 100755
index 0000000..d6b7ef3
--- /dev/null
+++ b/ssh/storage/app/public/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/ssh/storage/framework/.gitignore b/ssh/storage/framework/.gitignore
new file mode 100755
index 0000000..b02b700
--- /dev/null
+++ b/ssh/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/ssh/storage/framework/cache/.gitignore b/ssh/storage/framework/cache/.gitignore
new file mode 100755
index 0000000..01e4a6c
--- /dev/null
+++ b/ssh/storage/framework/cache/.gitignore
@@ -0,0 +1,3 @@
+*
+!data/
+!.gitignore
diff --git a/ssh/storage/framework/cache/data/.gitignore b/ssh/storage/framework/cache/data/.gitignore
new file mode 100755
index 0000000..d6b7ef3
--- /dev/null
+++ b/ssh/storage/framework/cache/data/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/ssh/storage/framework/sessions/.gitignore b/ssh/storage/framework/sessions/.gitignore
new file mode 100755
index 0000000..d6b7ef3
--- /dev/null
+++ b/ssh/storage/framework/sessions/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/ssh/storage/framework/testing/.gitignore b/ssh/storage/framework/testing/.gitignore
new file mode 100755
index 0000000..d6b7ef3
--- /dev/null
+++ b/ssh/storage/framework/testing/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/ssh/storage/framework/views/.gitignore b/ssh/storage/framework/views/.gitignore
new file mode 100755
index 0000000..d6b7ef3
--- /dev/null
+++ b/ssh/storage/framework/views/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/ssh/storage/logs/.gitignore b/ssh/storage/logs/.gitignore
new file mode 100755
index 0000000..d6b7ef3
--- /dev/null
+++ b/ssh/storage/logs/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore