56 lines
427 B
Plaintext
56 lines
427 B
Plaintext
# Dependencies
|
|||
|
|
node_modules
|
||
|
|
npm-debug.log*
|
||
|
|
yarn-debug.log*
|
||
|
|
yarn-error.log*
|
||
|
|
|
||
|
|
# Build outputs
|
||
|
|
dist
|
||
|
|
.next
|
||
|
|
out
|
||
|
|
build
|
||
|
|
coverage
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.vscode
|
||
|
|
.idea
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
*~
|
||
|
|
|
||
|
|
# OS
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
|
||
|
|
# Environment
|
||
|
|
.env
|
||
|
|
.env.local
|
||
|
|
.env.*.local
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
coverage
|
||
|
|
.nyc_output
|
||
|
|
|
||
|
|
# Logs
|
||
|
|
logs
|
||
|
|
*.log
|
||
|
|
|
||
|
|
# Nx
|
||
|
|
.nx
|
||
|
|
|
||
|
|
# Docker
|
||
|
|
Dockerfile
|
||
|
|
docker-compose*.yml
|
||
|
|
.dockerignore
|
||
|
|
|
||
|
|
# Misc
|
||
|
|
*.md
|
||
|
|
!README.md
|
||
|
|
.editorconfig
|
||
|
|
.prettierrc
|
||
|
|
.eslintrc
|