From 117a9114dd415a03e16811f3c6473da7a20c79f7 Mon Sep 17 00:00:00 2001 From: shaoying Date: Mon, 3 Feb 2020 14:24:31 +0800 Subject: [PATCH] opt .gitignore --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c1789bff..554f601f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,8 @@ error.log usr/publish + var/ pkg/ -*.swp -*.swo # Binaries for programs and plugins *.exe *.dll @@ -18,3 +17,8 @@ pkg/ # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 .glide/ + +*.swp +*.swo + +.DS_Store