41 lines
429 B
Plaintext
41 lines
429 B
Plaintext
|
|
# Dependencies
|
||
|
|
node_modules
|
||
|
|
|
||
|
|
# Production build output (should be recreated during Docker build)
|
||
|
|
dist
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
coverage
|
||
|
|
test-results
|
||
|
|
playwright-report
|
||
|
|
|
||
|
|
# Logs
|
||
|
|
logs
|
||
|
|
*.log
|
||
|
|
|
||
|
|
# Environment variables
|
||
|
|
.env*
|
||
|
|
!.env.example
|
||
|
|
|
||
|
|
# IDE files
|
||
|
|
.vscode
|
||
|
|
.idea
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
|
||
|
|
# OS generated files
|
||
|
|
.DS_Store
|
||
|
|
.DS_Store?
|
||
|
|
._*
|
||
|
|
.Spotlight-V100
|
||
|
|
.Trashes
|
||
|
|
ehthumbs.db
|
||
|
|
Thumbs.db
|
||
|
|
|
||
|
|
# Build outputs
|
||
|
|
build
|
||
|
|
.nyc_output
|
||
|
|
|
||
|
|
# Local configuration files
|
||
|
|
.git
|
||
|
|
.gitignore
|