From 75a2a452c84a69d93d254841f7ea2ea1f903186d Mon Sep 17 00:00:00 2001 From: baozefeng Date: Tue, 18 Feb 2020 22:39:16 +0800 Subject: [PATCH] chore: ignore file add .idea --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 67c882d0..0c30fe22 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ es/ lib/ ~* yarn.lock -package-lock.json \ No newline at end of file +package-lock.json +.idea/ \ No newline at end of file