Skip to content

Commit

Permalink
chore: untrack lock files (#122)
Browse files Browse the repository at this point in the history
* Remove lock files

* Update .gitignore
  • Loading branch information
sghuang19 authored Oct 9, 2024
1 parent 943f8aa commit a9c60ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3,337 deletions.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@ yarn-error.log*
*.ntvs*
*.njsproj
*.sln
*.sw?
*.sw?

# lock files
package-lock.json
yarn.lock
pnpm-lock.yaml
bun.lockb

Loading

0 comments on commit a9c60ed

Please sign in to comment.