From b233ec4cf663fb75228bcba208f78d2e604ea5b9 Mon Sep 17 00:00:00 2001 From: lichunqiang Date: Tue, 19 Apr 2016 21:56:16 +0800 Subject: [PATCH] bump 1.0.1 --- .gitattributes | 1 + .gitignore | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 489b50b..3095da8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,4 @@ /phpunit.xml export-ignore /phpunit.xml.dist export-ignore /tests export-ignore +/.composer.lock export-ignore diff --git a/.gitignore b/.gitignore index fa36fe5..4f38912 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ +.idea vendor composer.lock -.idea