From c83bb6aec6b3106bd8969c1cfcf81663f6e01818 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Mon, 19 Dec 2022 00:13:21 +0200 Subject: [PATCH] added build.sh in gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2c24874..591debc 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -.eslintcache \ No newline at end of file +.eslintcache +build.sh +buildx.sh \ No newline at end of file