From e7e762c02282791062c9258e523feaa3c6ebf522 Mon Sep 17 00:00:00 2001 From: Toby Date: Sun, 26 Jun 2022 11:06:17 -0700 Subject: [PATCH] chore: ignore local build directory --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 02e1874..d1441e5 100644 --- a/.gitignore +++ b/.gitignore @@ -181,4 +181,6 @@ $RECYCLE.BIN/ cmd/relay/*.json hy_linux -.vscode \ No newline at end of file +.vscode + +/build/ \ No newline at end of file