refactor: add bun.lock to gitignore
All checks were successful
build dist / build-dist (push) Successful in 54s
All checks were successful
build dist / build-dist (push) Successful in 54s
This commit is contained in:
parent
486e530143
commit
c5ab9421b8
1 changed files with 1 additions and 13 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue