diff options
| author | stonedDiscord <Tukz@gmx.de> | 2026-01-28 18:18:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-28 18:18:30 +0100 |
| commit | 03588b3b3d7a0f5e74a1565ec4dc65d4054281ca (patch) | |
| tree | 75545000c16d7e2fd46a9fc3389803fbc6f50e03 | |
| parent | e18f2a46f3f4bfa7881b8cbc254c10f6eb570040 (diff) | |
package-lock .gitignore
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
