From b4d389cb2b8399f508742aefb3e9308d5b456a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Garc=C3=ADa=20Garc=C3=ADa?= Date: Wed, 17 Jan 2024 15:05:47 +0100 Subject: [PATCH] Updated gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5a851d67f..9d634b4f5 100644 --- a/.gitignore +++ b/.gitignore @@ -132,4 +132,8 @@ dist .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz -.pnp.* \ No newline at end of file +.pnp.* + +# build all docs scripts +serve.js +build_all.sh \ No newline at end of file