docker-compose-updater/.dockerignore
Andras Schmelczer 3f60b72c3b
Some checks failed
Build and Publish Docker Image / test (push) Failing after 5s
Build and Publish Docker Image / build-and-push (push) Has been skipped
Build and Publish Docker Image / security-scan (push) Has been skipped
Initial
2026-03-23 07:44:26 +00:00

41 lines
No EOL
313 B
Text

# Rust
target/
# Git
.git/
.gitignore
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Test files
test/
tests/
# Documentation
README.md
docs/
# CI/CD
.github/
.gitlab-ci.yml
# Runtime files
backups/
compose-files/
config.yaml
# Docker
docker-compose.yml
Dockerfile
.dockerignore