Files
PSProxmoxVE/.gitignore
T
Clint Branham fc092ea5b3 feat: add dev container for local build, test, and provisioning
- 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>
2026-03-24 09:21:52 -05:00

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