Files
dashboard/frontend/.dockerignore
Matthias Hochmeister 05c7ad7913 update frontend building
2026-02-26 14:58:37 +01:00

73 lines
647 B
Plaintext

# Dependencies
node_modules
npm-debug.log
yarn-error.log
yarn.lock
# Build output (will be copied from builder)
dist
build
# Environment variables
.env
.env.local
.env.*.local
*.env
# IDE and editor files
.vscode
.idea
*.swp
*.swo
*~
.DS_Store
# Logs
logs
*.log
# 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
# Vite cache
.vite
*.local
# ESLint
.eslintcache
# TypeScript
*.tsbuildinfo
# Misc
.cache
.parcel-cache