From c6454c5a5fa66e4dc2a4b7ba500c310378106e92 Mon Sep 17 00:00:00 2001 From: Bas Grolleman Date: Wed, 31 Dec 2025 15:27:26 +0100 Subject: [PATCH] Ignore build files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e6a24e0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build +node_modules +.lock*