57 lines
549 B
Plaintext
57 lines
549 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Build output
|
|
.next
|
|
out
|
|
dist
|
|
build
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
*.test.ts
|
|
*.test.tsx
|
|
*.spec.ts
|
|
*.spec.tsx
|
|
__tests__
|
|
jest.config.ts
|
|
jest.setup.ts
|
|
|
|
# Development files
|
|
.git
|
|
.gitignore
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Documentation
|
|
README.md
|
|
screenshots
|
|
*.md
|
|
|
|
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
docker-compose.yml
|
|
|
|
# Misc
|
|
.eslintrc.json
|
|
.prettierrc
|
|
.editorconfig
|