From 9e05c025a5c1aa6febdb6f69dc53ff1d4896c2ea Mon Sep 17 00:00:00 2001 From: Pravin Dahal Date: Fri, 5 Jun 2026 14:14:54 +0200 Subject: [PATCH] chore: Add empty vale directory ref: https://github.com/coopnorge/github-workflow-techdocs/pull/250 --- .gitignore | 17 ++++++++++++++++- .vale/styles/config/vocabularies/Local/.gitkeep | 0 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .vale/styles/config/vocabularies/Local/.gitkeep diff --git a/.gitignore b/.gitignore index acd1f8b..19e0ca0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,18 @@ site/ mkdocs.yml -.vale/ + +# Ignore everything in .vale, but allow the styles directory +.vale/* +!.vale/styles/ + +# Ignore everything in styles, but allow the config directory +.vale/styles/* +!.vale/styles/config/ + +# Ignore everything in config, but allow vocabularies +.vale/styles/config/* +!.vale/styles/config/vocabularies/ + +# Ignore everything in vocabularies, but allow Local +.vale/styles/config/vocabularies/* +!.vale/styles/config/vocabularies/Local/ diff --git a/.vale/styles/config/vocabularies/Local/.gitkeep b/.vale/styles/config/vocabularies/Local/.gitkeep new file mode 100644 index 0000000..e69de29