Added PhpStorm IDE project files into .gitignore. Signed-off-by: Vladimir Gorej <[email protected]> Signed-off-by: Ivan Habunek <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/logging-log4php/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4php/commit/6e2f8a6b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4php/tree/6e2f8a6b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4php/diff/6e2f8a6b Branch: refs/heads/develop Commit: 6e2f8a6b1a1fef40a9541c2b550262e71f38e448 Parents: a1d5fd8 Author: Vladimir Gorej <[email protected]> Authored: Mon Dec 24 14:11:29 2012 +0100 Committer: Ivan Habunek <[email protected]> Committed: Sat Dec 29 13:41:37 2012 +0100 ---------------------------------------------------------------------- .gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4php/blob/6e2f8a6b/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index abebe10..8e63c67 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ composer.lock .buildpath .settings .project + +# PhpStorm project files +.idea
