From d7e113be4a56fa5aac3680fb5363168f545e5bce Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 16 Feb 2015 23:48:05 +0100 Subject: Added PHP API framework --- backyard/php-api/trunk/storage/.gitignore | 1 + backyard/php-api/trunk/storage/app/.gitignore | 2 ++ backyard/php-api/trunk/storage/framework/.gitignore | 6 ++++++ backyard/php-api/trunk/storage/framework/cache/.gitignore | 2 ++ backyard/php-api/trunk/storage/framework/sessions/.gitignore | 2 ++ backyard/php-api/trunk/storage/framework/views/.gitignore | 2 ++ backyard/php-api/trunk/storage/logs/.gitignore | 2 ++ 7 files changed, 17 insertions(+) create mode 100644 backyard/php-api/trunk/storage/.gitignore create mode 100644 backyard/php-api/trunk/storage/app/.gitignore create mode 100644 backyard/php-api/trunk/storage/framework/.gitignore create mode 100644 backyard/php-api/trunk/storage/framework/cache/.gitignore create mode 100644 backyard/php-api/trunk/storage/framework/sessions/.gitignore create mode 100644 backyard/php-api/trunk/storage/framework/views/.gitignore create mode 100644 backyard/php-api/trunk/storage/logs/.gitignore (limited to 'backyard/php-api/trunk/storage') 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 -- cgit v1.2.3