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/
|
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
|
Loading…
Add table
Add a link
Reference in a new issue