diff --git a/.gitignore b/.gitignore index 9e06993..9f8c3f2 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +# pkg folder when using pwd as a Go workspace +pkg/ + # build folders and vagrant data dir build/ .vagrant