From 66a9e3e7375d32b6cbff11329cb65d02cb08635f Mon Sep 17 00:00:00 2001 From: vis Date: Sun, 29 Sep 2024 23:16:06 -0500 Subject: [PATCH] update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a0be5c16..742e9679 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store node_modules/ dist/ +dist.zip npm-debug.log test/unit/coverage test/e2e/reports @@ -9,4 +10,4 @@ selenium-debug.log config/local.json config/local.*.json docs/site/ -.vscode/ \ No newline at end of file +.vscode/