commit 71f52c2c965b98c0a146c5f71149455c4badac6a parent 0cf2dc3f9fd1c3d9bc1e7fef260bad59a3cdf5e3 Author: minerva-jupiter <ryouturn@gmail.com> Date: Sat, 21 Dec 2024 19:02:04 +0900 add bun.lockb to gitignore Diffstat:
| M | .gitignore | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -11,6 +11,7 @@ node_modules dist dist-ssr *.local +bun.lockb # Editor directories and files .vscode/*