43 lines
362 B
Plaintext
43 lines
362 B
Plaintext
|
|
# Node.js
|
||
|
|
node_modules
|
||
|
|
npm-debug.log
|
||
|
|
yarn-error.log
|
||
|
|
|
||
|
|
# Build outputs
|
||
|
|
dist
|
||
|
|
build
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
.gitattributes
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.vscode
|
||
|
|
.idea
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
|
||
|
|
# Documentation
|
||
|
|
README.md
|
||
|
|
PRD.md
|
||
|
|
*.md
|
||
|
|
!docker-deploy.md
|
||
|
|
|
||
|
|
# Docker
|
||
|
|
Dockerfile
|
||
|
|
docker-compose.yml
|
||
|
|
.dockerignore
|
||
|
|
|
||
|
|
# Environment
|
||
|
|
.env
|
||
|
|
.env.local
|
||
|
|
.env.*.local
|
||
|
|
|
||
|
|
# Test
|
||
|
|
coverage
|
||
|
|
.nyc_output
|
||
|
|
|
||
|
|
# Misc
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|