diff --git a/.earthignore b/.earthignore new file mode 100644 index 0000000..d163863 --- /dev/null +++ b/.earthignore @@ -0,0 +1 @@ +build/ \ No newline at end of file diff --git a/.gitignore b/.gitignore index fe667ef..7237979 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ _testmain.go .vscode/ *~ config.json +build/