From d0472f8cb6ec8a2c0079c3fbd8bac9082e4ebf6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Sch=C3=B6nb=C3=A4chler?= <42278642+schoero@users.noreply.github.com> Date: Wed, 1 Jan 2025 14:15:21 +0100 Subject: [PATCH] chore: change gitignore to root paths --- .gitignore | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 857fc43..c9aa062 100644 --- a/.gitignore +++ b/.gitignore @@ -3,14 +3,12 @@ node_modules -tests/output -examples/output - -local - -lib -pdf -svg -errors -types -utils \ No newline at end of file +/tests/output +/examples/output + +/lib +/pdf +/svg +/errors +/types +/utils \ No newline at end of file