mirror of
https://github.com/pmndrs/valtio.git
synced 2026-03-26 16:18:54 +00:00
* chore(examples): remove 'pnpm-lock.yaml' * chore(.gitignore): add lock file patterns in 'examples'
34 lines
400 B
Plaintext
34 lines
400 B
Plaintext
# dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
coverage
|
|
|
|
# production
|
|
dist
|
|
build
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# misc
|
|
.DS_Store
|
|
.idea
|
|
|
|
# examples
|
|
examples/**/*/package-lock.json
|
|
examples/**/*/yarn.lock
|
|
examples/**/*/pnpm-lock.yaml
|
|
examples/**/*/bun.lockb
|