diff --git a/.gitignore b/.gitignore index af6bc42e..6249328e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ *.dylib bin .DS_Store +node_modules/ # Test binary, build with `go test -c` *.test @@ -26,6 +27,8 @@ vendor *.swp *.swo *~ +.envrc + dist try.sh