Skip to content

Commit

Permalink
chore(examples): remove 'pnpm-lock.yaml' (#2923)
Browse files Browse the repository at this point in the history
* chore(.gitignore): add lock file patterns in 'examples'

* chore(examples): remove 'pnpm-lock.yaml'

* chore(.gitignore): add rule to ignore 'bun.lockb' inside 'examples'
  • Loading branch information
sukvvon authored Jan 11, 2025
1 parent 9d46a0c commit 592d6f8
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 9,369 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ yarn-error.log*
.DS_Store
.idea

# examples
examples/**/*/package-lock.json
examples/**/*/yarn.lock
examples/**/*/pnpm-lock.yaml
examples/**/*/bun.lockb
Loading

0 comments on commit 592d6f8

Please sign in to comment.