refactor: add bun.lock to gitignore
All checks were successful
build dist / build-dist (push) Successful in 54s

This commit is contained in:
z0x 2025-04-24 21:58:45 -04:00
parent 486e530143
commit c5ab9421b8

14
.gitignore vendored
View file

@ -1,24 +1,12 @@
# build output
dist/ dist/
# generated types
.astro/ .astro/
# dependencies
node_modules/ node_modules/
# logs
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
pnpm-debug.log* pnpm-debug.log*
# environment variables
.env .env
.env.production .env.production
# macOS-specific files
.DS_Store .DS_Store
# jetbrains setting folder
.idea/ .idea/
bun.lock