From 0f01c6fbc8e827be319624974bf5dc9107521cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20M=C3=A4der?= <maeder@phys.ethz.ch> Date: Fri, 28 Apr 2023 16:14:52 +0200 Subject: [PATCH] Add gitignore for 95-host-late-local for customer servers --- .gitignore | 1 + README.md | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8e5611b..c70d8ba 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ 00-local 20-host 90-host-late +95-host-late-local # Ignore vim netrw history .netrwhist diff --git a/README.md b/README.md index bfe9793..a42a680 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,9 @@ Reserved files in `envrcd.d` These files should only exist locally and are ignored by git - `00-local`: `ENVRCD_SET_*` (contains user settings, exists only in your private home) -- `20-host`: `ENVRCD_INVENTORY` (host specific environment vars) -- `90-host-late`: host aliases (host specific alias overrides) +- `20-host`: `ENVRCD_INVENTORY` (host specific environment vars, ansible managed) +- `90-host-late`: host aliases (host specific alias overrides, ansible managed) +- `95-host-late-local`: local only (host specific overrides, locally managed) ### 00-local: `~/.envrcd/envrcd.d/00-local` -- GitLab