36 lines
283 B
Plaintext
36 lines
283 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Built files
|
|
lib/
|
|
dist/
|
|
out/
|
|
build/
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
|
|
# Backup files
|
|
*.backup
|
|
|
|
# Log files
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Runtime data
|
|
.pnp.*
|
|
.yarn/
|
|
|
|
# Editor settings
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
|
|
# Test cache
|
|
.jest-cache/
|