30 lines
251 B
Plaintext
30 lines
251 B
Plaintext
# Build outputs
|
|
dist/
|
|
build/
|
|
out/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Cache
|
|
.eslintcache
|
|
.cache/
|
|
|
|
# Coverage
|
|
coverage/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env*
|
|
!.env.example
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo |