diff --git a/.gitignore b/.gitignore index 276e9ec..feec302 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ _testmain.go *.exe *.test *.prof + +# Golang vendor folder +/vendor/