From b38e799cc16ae86877362051a11bf3ee05f5201d Mon Sep 17 00:00:00 2001 From: ada mancini Date: Tue, 16 May 2023 13:51:17 -0400 Subject: [PATCH] ignore some more stuff --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) 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