23 lines
232 B
Plaintext
23 lines
232 B
Plaintext
# Dependencies and build output
|
|
node_modules
|
|
npm-cache
|
|
.pnpm-store
|
|
.dist
|
|
dist
|
|
build
|
|
coverage
|
|
|
|
# VCS
|
|
.git
|
|
.gitignore
|
|
|
|
# Editor/OS files
|
|
.DS_Store
|
|
*.swp
|
|
*.log
|
|
|
|
# Keep lockfiles in context
|
|
!package-lock.json
|
|
!pnpm-lock.yaml
|
|
!yarn.lock
|