36 lines
301 B
Text
36 lines
301 B
Text
# Dependencies
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# Build output (we rebuild in Docker)
|
|
dist
|
|
|
|
# Development
|
|
.git
|
|
.gitignore
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
|
|
# Test
|
|
coverage
|
|
.nyc_output
|
|
test
|
|
*.spec.ts
|
|
*.test.ts
|
|
|
|
# Documentation
|
|
README.md
|
|
docs
|
|
|
|
# Misc
|
|
*.md
|
|
*.log
|
|
.DS_Store
|
|
Thumbs.db
|