From 6a028092e075c1b5d044deb7b0221acddca3861d Mon Sep 17 00:00:00 2001 From: z0x Date: Thu, 24 Apr 2025 21:58:25 -0400 Subject: [PATCH] refactor: add bun.lock to gitignore --- .gitignore | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 16d54bb..296cef4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,12 @@ -# build output dist/ -# generated types .astro/ - -# dependencies node_modules/ - -# logs npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* - - -# environment variables .env .env.production - -# macOS-specific files .DS_Store - -# jetbrains setting folder .idea/ +bun.lock \ No newline at end of file