mirror of
https://github.com/dockur/windows.git
synced 2026-02-03 17:27:21 +00:00
19 lines
355 B
Plaintext
19 lines
355 B
Plaintext
# 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/
|