From caaf1b1e979e29a5c767dfd18514a35c4e397610 Mon Sep 17 00:00:00 2001 From: indprtech <129782436+indprtech@users.noreply.github.com> Date: Sat, 19 Oct 2024 15:20:15 +0530 Subject: [PATCH] Update Node.gitignore with ignore for bun files --- Node.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index c6bba591..0165bd51 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -128,3 +128,7 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* + +# bun +bun.lockb +**/*.bun