Initial commit: Dokku Docker Compose plugin with test infrastructure

This commit is contained in:
Deploy Bot
2025-07-17 20:24:03 -04:00
parent b15de9a244
commit d2a42455a1
19 changed files with 1206 additions and 64 deletions

32
.gitignore vendored
View File

@@ -18,6 +18,38 @@ vendor/
._*
.Spotlight-V100
.Trashes
# Test artifacts
/tmp/
/plugin/
# Local configuration
.env
.env.*
!.env.example
# Docker
.docker/
# Test coverage
coverage/
# Bats test helper (handled as submodule)
# test_helper/ is intentionally not ignored as it's a submodule
# Local development
.dokku/
# SSH keys
*.pem
*.pem.pub
# Local test data
/tests/test-apps/**/node_modules/
/tests/test-apps/**/.git/
# Local test data
/var/
ehthumbs.db
Thumbs.db