mirror of
https://github.com/dockur/windows.git
synced 2026-02-04 07:59:43 +00:00
chore: Add snapshots/ to .gitignore with .gitkeep placeholder
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
e7dc55454b
commit
40b5466a77
2 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -7,6 +7,10 @@ data/*
|
||||||
data/*/**
|
data/*/**
|
||||||
!data/*/.gitkeep
|
!data/*/.gitkeep
|
||||||
|
|
||||||
|
# Snapshot contents (generated at runtime)
|
||||||
|
snapshots/*
|
||||||
|
!snapshots/.gitkeep
|
||||||
|
|
||||||
# Instance compose files and registry (generated at runtime)
|
# Instance compose files and registry (generated at runtime)
|
||||||
instances/
|
instances/
|
||||||
|
|
||||||
|
|
|
||||||
0
snapshots/.gitkeep
Normal file
0
snapshots/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue