From dfc2a3e86c754445415c25125f5c11f597c0e270 Mon Sep 17 00:00:00 2001 From: mritd Date: Thu, 26 Apr 2018 12:14:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(gitignore):=20=E5=A2=9E=E5=8A=A0=E6=8E=92?= =?UTF-8?q?=E9=99=A4=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加排除目录 Signed-off-by: mritd --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 08baa1a..658dfb1 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 .glide/ .idea + +dist