Files
dashboard/backend/.dockerignore
Matthias Hochmeister d596f61d9c adjust docker ignores
2026-02-23 17:34:26 +01:00

69 lines
596 B
Plaintext

# Dependencies
node_modules
npm-debug.log
yarn-error.log
yarn.lock
# Build output
dist
build
*.tsbuildinfo
# Environment variables
.env
.env.local
.env.*.local
*.env
# IDE and editor files
.vscode
.idea
*.swp
*.swo
*~
.DS_Store
# Logs
logs
*.log
npm-debug.log*
pids
*.pid
*.seed
*.pid.lock
# Testing
coverage
.nyc_output
test-results
# Temporary files
tmp
temp
*.tmp
# Git
.git
.gitignore
.gitattributes
# Documentation
README.md
CHANGELOG.md
docs
# CI/CD
.github
.gitlab-ci.yml
.travis.yml
Jenkinsfile
# Docker
Dockerfile
.dockerignore
docker-compose*.yml
# Misc
.cache
.parcel-cache