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/ +