50 lines
529 B
Plaintext
50 lines
529 B
Plaintext
out
|
|
dist
|
|
node_modules
|
|
.vscode-test/
|
|
*.vsix
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Cache directories
|
|
.npm
|
|
.eslintcache
|
|
|
|
# Test coverage
|
|
coverage/
|
|
.nyc_output
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Temporary folders
|
|
tmp/
|
|
temp/
|
|
|
|
# Editor files
|
|
.vscode/
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
.idea/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
# VS Code extension specific
|
|
extension.vsixmanifest
|