mirror of
https://github.com/dockur/windows.git
synced 2026-02-04 17:57:20 +00:00
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>
15 lines
279 B
Plaintext
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/
|