51 lines
470 B
Plaintext
51 lines
470 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log
|
|
yarn-debug.log
|
|
yarn-error.log
|
|
|
|
# Build output (will be recreated in Docker)
|
|
dist
|
|
|
|
# Test files
|
|
*.spec.ts
|
|
*.test.ts
|
|
__tests__
|
|
coverage
|
|
.nyc_output
|
|
junit.xml
|
|
|
|
# Development files
|
|
.env
|
|
.env.local
|
|
.env.development
|
|
.env.test
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker
|
|
Dockerfile
|
|
docker-compose*.yml
|
|
.dockerignore
|
|
|
|
# Documentation
|
|
*.md
|
|
docs/
|
|
|
|
# Misc
|
|
*.log
|
|
.eslintcache
|
|
.prettierignore
|