docker-windows/.gitignore
Michel Abboud 40b5466a77 chore: Add snapshots/ to .gitignore with .gitkeep placeholder
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 10:43:44 +00:00

18 lines
355 B
Text

# Environment file (contains local settings)
.env
# Ignore data folder contents but keep structure
data/*
!data/*/
data/*/**
!data/*/.gitkeep
# Snapshot contents (generated at runtime)
snapshots/*
!snapshots/.gitkeep
# Instance compose files and registry (generated at runtime)
instances/
# ISO cache (cached ISOs for faster instance creation)
cache/