Repository: airavata-php-gateway Updated Branches: refs/heads/dreg-gateway 5f528ceff -> 1321372ad
Restoring app/storage directories These got accidentally deleted 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/1321372a Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/1321372a Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/1321372a Branch: refs/heads/dreg-gateway Commit: 1321372ad4c8f56acfd935f45a72e5a6a1b57bc1 Parents: 5f528ce Author: Marcus Christie <[email protected]> Authored: Thu Apr 27 15:39:06 2017 -0400 Committer: Marcus Christie <[email protected]> Committed: Thu Apr 27 15:39:06 2017 -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 ++ 6 files changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/1321372a/app/storage/.gitignore ---------------------------------------------------------------------- diff --git a/app/storage/.gitignore b/app/storage/.gitignore new file mode 100644 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/1321372a/app/storage/cache/.gitignore ---------------------------------------------------------------------- diff --git a/app/storage/cache/.gitignore b/app/storage/cache/.gitignore new file mode 100644 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/1321372a/app/storage/logs/.gitignore ---------------------------------------------------------------------- diff --git a/app/storage/logs/.gitignore b/app/storage/logs/.gitignore new file mode 100644 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/1321372a/app/storage/meta/.gitignore ---------------------------------------------------------------------- diff --git a/app/storage/meta/.gitignore b/app/storage/meta/.gitignore new file mode 100644 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/1321372a/app/storage/sessions/.gitignore ---------------------------------------------------------------------- diff --git a/app/storage/sessions/.gitignore b/app/storage/sessions/.gitignore new file mode 100644 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/1321372a/app/storage/views/.gitignore ---------------------------------------------------------------------- diff --git a/app/storage/views/.gitignore b/app/storage/views/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/app/storage/views/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file
