41 lines
369 B
Plaintext
41 lines
369 B
Plaintext
# Dependencies
|
|
node_modules
|
|
|
|
# Build output
|
|
dist
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE and editor
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Test coverage
|
|
coverage
|
|
|
|
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
docker-compose*
|
|
|
|
# Documentation
|
|
README.md
|
|
*.md
|
|
|
|
# TypeScript build info
|
|
*.tsbuildinfo
|