diff options
| author | grothedev <grothedev@gmail.com> | 2024-11-30 18:56:00 -0600 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2024-11-30 18:56:00 -0600 |
| commit | f6d43e39952f3327a094f8d7e0f20d0992113909 (patch) | |
| tree | 08da15daaf13129e25aea87ef92a349351f18611 /storage | |
new homesite 2024 with laravel backend this time
Diffstat (limited to 'storage')
| -rwxr-xr-x | storage/app/.gitignore | 4 | ||||
| -rwxr-xr-x | storage/app/private/.gitignore | 2 | ||||
| -rwxr-xr-x | storage/app/public/.gitignore | 2 | ||||
| -rwxr-xr-x | storage/framework/.gitignore | 9 | ||||
| -rwxr-xr-x | storage/framework/cache/.gitignore | 3 | ||||
| -rwxr-xr-x | storage/framework/cache/data/.gitignore | 2 | ||||
| -rwxr-xr-x | storage/framework/sessions/.gitignore | 2 | ||||
| -rwxr-xr-x | storage/framework/testing/.gitignore | 2 | ||||
| -rwxr-xr-x | storage/framework/views/.gitignore | 2 | ||||
| -rwxr-xr-x | storage/logs/.gitignore | 2 |
10 files changed, 30 insertions, 0 deletions
diff --git a/storage/app/.gitignore b/storage/app/.gitignore new file mode 100755 index 0000000..fedb287 --- /dev/null +++ b/storage/app/.gitignore @@ -0,0 +1,4 @@ +* +!private/ +!public/ +!.gitignore diff --git a/storage/app/private/.gitignore b/storage/app/private/.gitignore new file mode 100755 index 0000000..d6b7ef3 --- /dev/null +++ b/storage/app/private/.gitignore @@ -0,0 +1,2 @@ +* +!.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..05c4471 --- /dev/null +++ b/storage/framework/.gitignore @@ -0,0 +1,9 @@ +compiled.php +config.php +down +events.scanned.php +maintenance.php +routes.php +routes.scanned.php +schedule-* +services.json diff --git a/storage/framework/cache/.gitignore b/storage/framework/cache/.gitignore new file mode 100755 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 100755 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 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 |
