From 44aca8f2f3153f90d09c719d230cff9604b99573 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Fri, 30 Jun 2017 21:46:55 +0800 Subject: [PATCH] Update .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e896bfc..299f18a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Object files .DS_Store .vscode +.idea # Debug files *.dSYM/ @@ -48,3 +49,6 @@ _testmain.go *.x86_64 *.hex +# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 + .glide/ +