diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-12 23:20:48 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-12 23:20:48 -0400 |
| commit | 33ff55507895af2c29a20ec7e7e707d317cb8ef1 (patch) | |
| tree | 054e03b3a29db459e87e1269e9f4ccc2500f83a4 /.gitignore | |
| parent | 3321f0fe09b545a7ae3cfd98a80111bb43c0e448 (diff) | |
| download | archangel-33ff55507895af2c29a20ec7e7e707d317cb8ef1.tar.gz archangel-33ff55507895af2c29a20ec7e7e707d317cb8ef1.zip | |
security: gitignore host configs, add .example templates
velox-{zfs,btrfs}.conf contain LUKS/ZFS passphrases and root passwords.
Untrack them and add velox-*.conf to .gitignore. Committed .example
templates show the expected structure with 'welcome' placeholders.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,3 +13,6 @@ reference-repos/ docs/ todo.org inbox/ + +# Host-specific installer configs (contain secrets); see *.conf.example templates +installer/velox-*.conf |
