Repository: airavata-php-gateway Updated Branches: refs/heads/master 607017f28 -> 8894bc6e9
adding the empty storage folder to trick git to preserve empty folder - AIRAVATA-1628 Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/8894bc6e Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/8894bc6e Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/8894bc6e Branch: refs/heads/master Commit: 8894bc6e936034c834fe5b4dc549934336661cd5 Parents: 607017f Author: Suresh Marru <[email protected]> Authored: Thu Mar 12 00:46:12 2015 -0400 Committer: Suresh Marru <[email protected]> Committed: Thu Mar 12 00:46:12 2015 -0400 ---------------------------------------------------------------------- app/storage/.gitignore | 1 + app/storage/cache/.gitignore | 2 ++ app/storage/logs/.gitignore | 2 ++ app/storage/meta/.gitignore | 2 ++ app/storage/sessions/.gitignore | 2 ++ app/storage/views/.gitignore | 2 ++ composer.json | 2 -- 7 files changed, 11 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/8894bc6e/app/storage/.gitignore ---------------------------------------------------------------------- diff --git a/app/storage/.gitignore b/app/storage/.gitignore new file mode 100755 index 0000000..35b719c --- /dev/null +++ b/app/storage/.gitignore @@ -0,0 +1 @@ +services.manifest \ No newline at end of file http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/8894bc6e/app/storage/cache/.gitignore ---------------------------------------------------------------------- diff --git a/app/storage/cache/.gitignore b/app/storage/cache/.gitignore new file mode 100755 index 0000000..c96a04f --- /dev/null +++ b/app/storage/cache/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/8894bc6e/app/storage/logs/.gitignore ---------------------------------------------------------------------- diff --git a/app/storage/logs/.gitignore b/app/storage/logs/.gitignore new file mode 100755 index 0000000..c96a04f --- /dev/null +++ b/app/storage/logs/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/8894bc6e/app/storage/meta/.gitignore ---------------------------------------------------------------------- diff --git a/app/storage/meta/.gitignore b/app/storage/meta/.gitignore new file mode 100755 index 0000000..c96a04f --- /dev/null +++ b/app/storage/meta/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/8894bc6e/app/storage/sessions/.gitignore ---------------------------------------------------------------------- diff --git a/app/storage/sessions/.gitignore b/app/storage/sessions/.gitignore new file mode 100755 index 0000000..c96a04f --- /dev/null +++ b/app/storage/sessions/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/8894bc6e/app/storage/views/.gitignore ---------------------------------------------------------------------- diff --git a/app/storage/views/.gitignore b/app/storage/views/.gitignore new file mode 100755 index 0000000..c96a04f --- /dev/null +++ b/app/storage/views/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/8894bc6e/composer.json ---------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 97a580d..9758a4c 100755 --- a/composer.json +++ b/composer.json @@ -9,10 +9,8 @@ }, "autoload": { "classmap": [ - "app/commands", "app/controllers", "app/models", - "app/database/migrations", "app/database/seeds", "app/tests/TestCase.php", "app/libraries"
