mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-07-26 07:58:14 +00:00
fc092ea5b3
- Dockerfile.test: multi-stage build with dev (ARM+x86) and dev-infra (x86 only, adds Terraform + PVE provisioning tools) targets - docker-compose.test.yml: services for both targets, .env.test support - dev.sh: helper script wrapping container lifecycle and run-integration.sh - .env.test.example: template for integration test configuration - .gitignore: exclude .env.test, whitelist .env.*.example Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18 lines
178 B
Plaintext
18 lines
178 B
Plaintext
bin/
|
|
obj/
|
|
publish/
|
|
TestResults/
|
|
coverage/
|
|
*.nupkg
|
|
*.user
|
|
*.suo
|
|
.vs/
|
|
nupkg/
|
|
*.ps1xml.bak
|
|
*.DotSettings.user
|
|
BenchmarkDotNet.Artifacts/
|
|
.env
|
|
.env.*
|
|
!.env.*.example
|
|
tests/.env.test
|