diff options
author | Camil Staps | 2015-02-16 23:48:05 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-16 23:48:05 +0100 |
commit | d7e113be4a56fa5aac3680fb5363168f545e5bce (patch) | |
tree | 811fa270a3e3a0bc5d37abc82468a2c8eae58081 /backyard/php-api/trunk/storage | |
parent | Updated readme (diff) |
Added PHP API framework
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 |