From 200e50dab48b9a3af77892bcb9405295fabf4473 Mon Sep 17 00:00:00 2001 From: notwin Date: Sun, 5 Oct 2014 15:17:49 +0800 Subject: [PATCH 1/2] add ignore for .idea --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2c1fc0c..38cdbd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /vendor composer.phar composer.lock -.DS_Store \ No newline at end of file +.DS_Store +.idea \ No newline at end of file From 9076e3479009e2e143681028232808e526c43edc Mon Sep 17 00:00:00 2001 From: notwin Date: Sun, 5 Oct 2014 15:18:28 +0800 Subject: [PATCH 2/2] add ignore for .idea --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 38cdbd7..56eb253 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ composer.phar composer.lock .DS_Store -.idea \ No newline at end of file +.idea +test \ No newline at end of file