53 lines
474 B
Plaintext
53 lines
474 B
Plaintext
# dependencies
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# build output
|
|
dist/
|
|
build/
|
|
out/
|
|
coverage/
|
|
|
|
# environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# logs
|
|
logs/
|
|
*.log
|
|
pids/
|
|
*.pid
|
|
*.pid.lock
|
|
|
|
# runtime data
|
|
*.sock
|
|
|
|
# editor directories and files
|
|
.vscode/
|
|
.idea/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker itself
|
|
Dockerfile*
|
|
docker-compose*.yml
|
|
|
|
# bundle artifacts
|
|
*.tgz
|
|
|
|
# test output
|
|
test-results/
|
|
|
|
# other
|
|
coverage/
|