22 lines
144 B
Plaintext
22 lines
144 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Testing
|
|
coverage
|
|
|
|
# Production
|
|
dist
|
|
build
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env
|
|
.npmrc
|
|
*.log
|
|
|
|
# IDEs
|
|
.vscode
|
|
.idea
|