nats-ui/.dockerignore
2026-02-06 15:41:01 +07:00

32 lines
277 B
Plaintext

# Git
.git
.gitignore
.gitea
# IDE and editor
.idea
.vscode
*.swp
*.swo
*~
# Build artifacts
nats-ui
*.exe
*.test
*.out
# Documentation (not needed in image)
README.md
*.md
# Docker
Dockerfile
.dockerignore
docker-compose.yaml
docker-compose*.yml
# OS
.DS_Store
Thumbs.db