44 lines
406 B
Plaintext
44 lines
406 B
Plaintext
|
# Dependencies
|
||
|
node_modules/
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
|
||
|
# Build outputs
|
||
|
dist/
|
||
|
build/
|
||
|
|
||
|
# Environment files
|
||
|
.env
|
||
|
.env.local
|
||
|
.env.development.local
|
||
|
.env.test.local
|
||
|
.env.production.local
|
||
|
|
||
|
# IDE files
|
||
|
.vscode/
|
||
|
.idea/
|
||
|
*.swp
|
||
|
*.swo
|
||
|
|
||
|
# OS files
|
||
|
.DS_Store
|
||
|
Thumbs.db
|
||
|
|
||
|
# Git
|
||
|
.git/
|
||
|
.gitignore
|
||
|
|
||
|
# Logs
|
||
|
logs/
|
||
|
*.log
|
||
|
|
||
|
# Coverage
|
||
|
coverage/
|
||
|
|
||
|
# Test outputs
|
||
|
test-output/
|
||
|
|
||
|
# Docker
|
||
|
Dockerfile
|
||
|
.dockerignore
|