39 lines
301 B
Plaintext
39 lines
301 B
Plaintext
# Dependencies
|
|
node_modules
|
|
|
|
# Build output
|
|
dist
|
|
|
|
# Development files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Test files
|
|
*.test.*
|
|
*.spec.*
|
|
__tests__
|
|
coverage
|
|
|
|
# Documentation
|
|
README.md
|
|
CHANGELOG.md
|