Skip to content

Commit 6c0a178

Browse files
authored
chore(examples): remove 'pnpm-lock.yaml' (#1034)
* chore(examples): remove 'pnpm-lock.yaml' * chore(.gitignore): add lock file patterns in 'examples'
1 parent 6909918 commit 6c0a178

File tree

7 files changed

+6
-5302
lines changed

7 files changed

+6
-5302
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ yarn-error.log*
2525
# misc
2626
.DS_Store
2727
.idea
28+
29+
# examples
30+
examples/**/*/package-lock.json
31+
examples/**/*/yarn.lock
32+
examples/**/*/pnpm-lock.yaml
33+
examples/**/*/bun.lockb

0 commit comments

Comments
 (0)