coreos-home-server/.gitignore
Alex Palaistras 9ee50ce43d Remove embedded host configuration
This commit removes host configuration that is only useful for my own
personal use-cases, and leaves base and virtual hosts, which are more
commonly useful. It is intended that additional hosts are tracked as
either submodules or subtrees, as required by individual use-cases.
2022-08-01 20:30:31 +01:00

13 lines
164 B
Plaintext

# Ignore various common temporary files.
.DS_Store
.idea
tmp/
# Ignore custom hosts.
host/
!host/base
!host/virtual
# Ignore files in private directory.
private/