From 03588b3b3d7a0f5e74a1565ec4dc65d4054281ca Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 28 Jan 2026 18:18:30 +0100 Subject: package-lock .gitignore --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 67fe165..8f8f9bf 100644 --- a/.gitignore +++ b/.gitignore @@ -52,12 +52,13 @@ Temporary Items # Node module directory node_modules -# webpack shit +# built webpack files *.b.js *.b.js.* # Jetbrains .idea/ -# Ignore lockfile to always get newest versions and keep dependabot away +# lockfiles bun.lock +package-lock.json -- cgit