mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
* chore(examples): remove 'pnpm-lock.yaml' * chore(.gitignore): add lock file patterns related with 'examples' * Update package.json --------- Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
17 lines
231 B
Plaintext
17 lines
231 B
Plaintext
node_modules/
|
|
dist/
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
.DS_Store
|
|
.vscode
|
|
.docz/
|
|
coverage/
|
|
.rpt2_cache/
|
|
.idea
|
|
examples/**/*/package-lock.json
|
|
examples/**/*/yarn.lock
|
|
examples/**/*/pnpm-lock.yaml
|
|
examples/**/*/bun.lockb
|