diff options
| author | dev | 2026-06-27 05:34:00 +0200 |
|---|---|---|
| committer | dev | 2026-06-27 05:34:00 +0200 |
| commit | b608ced142cd0527906b554e04376292f718f084 (patch) | |
| tree | 6f6937b35b902db3f0bca6476000dd61e3fcc85d /ssh/storage/framework | |
| parent | 0fe83c7f76b2fd6ce79541a71cdde5ec0b12becf (diff) | |
| parent | 043dd3ed90cac67975996bd881a997f38679bacd (diff) | |
| download | curious-b608ced142cd0527906b554e04376292f718f084.tar.gz | |
Merged cinema into mostdiscussed.com
Diffstat (limited to 'ssh/storage/framework')
| -rwxr-xr-x | ssh/storage/framework/.gitignore | 8 | ||||
| -rwxr-xr-x | ssh/storage/framework/cache/.gitignore | 3 | ||||
| -rwxr-xr-x | ssh/storage/framework/cache/data/.gitignore | 2 | ||||
| -rwxr-xr-x | ssh/storage/framework/sessions/.gitignore | 2 | ||||
| -rwxr-xr-x | ssh/storage/framework/testing/.gitignore | 2 | ||||
| -rwxr-xr-x | ssh/storage/framework/views/.gitignore | 2 |
6 files changed, 19 insertions, 0 deletions
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 |
