From 4a5e90b08b0a583d9ddca27a5e2f2b123e49828e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bugsounet=20-=20C=C3=A9dric?= Date: Fri, 20 Jun 2025 12:02:21 +0200 Subject: [PATCH] add missing gitignore part (fonts/vendor node_modules) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d279c822a1..d6e056a3aa 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,7 @@ js/positions.js # Ignore lock files other than package-lock.json pnpm-lock.yaml yarn.lock + +# Ignore fonts and vendor node_modules +/fonts/node_modules/ +/vendor/node_modules/