38 lines
398 B
Plaintext
38 lines
398 B
Plaintext
# Node modules
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
out/
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.DS_Store
|
|
|
|
# Coverage directory
|
|
coverage/
|
|
|
|
# Optional npm cache directory
|
|
.npm/
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Mac system files
|
|
.DS_Store
|
|
|
|
# Optional REPL history
|
|
.node_repl_history |