windows_in_docker/.gitignore
Michel Abboud 2b07b9cf07 feat: Add ISO cache for winctl.sh to skip re-downloads
Cache downloaded ISOs so new instances of the same Windows version skip
the 3-6 GB download. Adds `winctl cache` subcommands (save/list/rm/flush)
and auto-restores cached ISOs when creating new instances with --new.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 07:58:20 +00:00

15 lines
279 B
Plaintext

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