From 3425508793e8f7aaf8361348c00415c29a475dbf Mon Sep 17 00:00:00 2001 From: Ricardo Amaral Date: Mon, 7 Oct 2024 15:13:55 +0100 Subject: [PATCH] Update `.gitignore` --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index fcbd1fbc7..e58286be9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,10 @@ node_modules .cache .eslintcache .env +dist/ +es/ +lib/ docs/ +/styles/ coverage/ .vscode/