diff options
| author | David Skoland <davidskoland@gmail.com> | 2026-01-28 14:11:47 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2026-01-28 14:11:47 +0100 |
| commit | f7958b8fde0c2f300ad24a0cf79b670802c114b0 (patch) | |
| tree | 357d881af20b29f51930b11a7499846b559d96e3 /.gitignore | |
| parent | 0072b0f20f507e0dd796fe5ee685545532575523 (diff) | |
ignore bun.lock
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -58,3 +58,6 @@ node_modules # Jetbrains .idea/ + +# Ignore lockfile to always get newest versions and keep dependabot away +bun.lock |
