From 011adf79ec795af29e06f393c9eb774a4b09cce4 Mon Sep 17 00:00:00 2001 From: Luiz F. A. de PrĂ¡ <rawarkanis@gmail.com> Date: Tue, 17 Mar 2026 19:58:47 +0000 Subject: [PATCH] Install tooling --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 2be26dd..c05bbaf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ exampleSite/public/ exampleSite/resources/ *.lock +package-lock.json +node_modules public -- Gitblit v1.10.0