Files
dhl/.dockerignore
2026-06-09 20:13:47 +02:00

32 lines
278 B
Plaintext

# Rust
target/
**/*.rs.bk
# Git
.git
.gitignore
# Docker
Dockerfile
.dockerignore
# Config and local data
*.json
!config.json.example
!response.json.example
status.json
# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo
# CI/CD
.gitea/
.github/
# OS files
.DS_Store
Thumbs.db