diff options
| author | horus | 2026-06-27 05:40:45 +0200 |
|---|---|---|
| committer | horus | 2026-06-27 05:40:45 +0200 |
| commit | 7ff83424592cd5a3c58fe2e6d7e67aeef5144caf (patch) | |
| tree | dafafa6f83c80c8bb2ee3c0b58961197a3f2a73c /ssh/storage/framework | |
| parent | b608ced142cd0527906b554e04376292f718f084 (diff) | |
| download | curious-7ff83424592cd5a3c58fe2e6d7e67aeef5144caf.tar.gz | |
merge
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, 0 insertions, 19 deletions
diff --git a/ssh/storage/framework/.gitignore b/ssh/storage/framework/.gitignore deleted file mode 100755 index b02b700..0000000 --- a/ssh/storage/framework/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100755 index 01e4a6c..0000000 --- a/ssh/storage/framework/cache/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -* -!data/ -!.gitignore diff --git a/ssh/storage/framework/cache/data/.gitignore b/ssh/storage/framework/cache/data/.gitignore deleted file mode 100755 index d6b7ef3..0000000 --- a/ssh/storage/framework/cache/data/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore diff --git a/ssh/storage/framework/sessions/.gitignore b/ssh/storage/framework/sessions/.gitignore deleted file mode 100755 index d6b7ef3..0000000 --- a/ssh/storage/framework/sessions/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore diff --git a/ssh/storage/framework/testing/.gitignore b/ssh/storage/framework/testing/.gitignore deleted file mode 100755 index d6b7ef3..0000000 --- a/ssh/storage/framework/testing/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore diff --git a/ssh/storage/framework/views/.gitignore b/ssh/storage/framework/views/.gitignore deleted file mode 100755 index d6b7ef3..0000000 --- a/ssh/storage/framework/views/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore |
