mirror of
https://github.com/dockur/windows.git
synced 2026-02-04 07:59:43 +00:00
18 lines
355 B
Text
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/
|