diff options
Diffstat (limited to 'backyard/php-api/trunk/storage')
7 files changed, 17 insertions, 0 deletions
diff --git a/backyard/php-api/trunk/storage/.gitignore b/backyard/php-api/trunk/storage/.gitignore new file mode 100644 index 0000000..78eac7b --- /dev/null +++ b/backyard/php-api/trunk/storage/.gitignore @@ -0,0 +1 @@ +laravel.log
\ No newline at end of file diff --git a/backyard/php-api/trunk/storage/app/.gitignore b/backyard/php-api/trunk/storage/app/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/backyard/php-api/trunk/storage/app/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore
\ No newline at end of file diff --git a/backyard/php-api/trunk/storage/framework/.gitignore b/backyard/php-api/trunk/storage/framework/.gitignore new file mode 100644 index 0000000..1670e90 --- /dev/null +++ b/backyard/php-api/trunk/storage/framework/.gitignore @@ -0,0 +1,6 @@ +config.php +routes.php +compiled.php +services.json +events.scanned.php +routes.scanned.php diff --git a/backyard/php-api/trunk/storage/framework/cache/.gitignore b/backyard/php-api/trunk/storage/framework/cache/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/backyard/php-api/trunk/storage/framework/cache/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore
\ No newline at end of file diff --git a/backyard/php-api/trunk/storage/framework/sessions/.gitignore b/backyard/php-api/trunk/storage/framework/sessions/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/backyard/php-api/trunk/storage/framework/sessions/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/backyard/php-api/trunk/storage/framework/views/.gitignore b/backyard/php-api/trunk/storage/framework/views/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/backyard/php-api/trunk/storage/framework/views/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/backyard/php-api/trunk/storage/logs/.gitignore b/backyard/php-api/trunk/storage/logs/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/backyard/php-api/trunk/storage/logs/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore |