40 lines
367 B
Plaintext
40 lines
367 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# Development files
|
|
.env
|
|
.env.local
|
|
.env.development
|
|
|
|
# Test files
|
|
src/tests
|
|
*.test.js
|
|
coverage
|
|
.nyc_output
|
|
|
|
# IDE and editor files
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Documentation
|
|
*.md
|
|
!README.md
|
|
|
|
# Logs (will be created at runtime)
|
|
logs/*.log
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build artifacts
|
|
dist
|
|
build
|