From ecc34cd1fde9b4c643474b3783aa001002b91ab9 Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Tue, 8 Oct 2024 14:50:51 -0400 Subject: ci(.frontMatter): :construction_worker: conf file to conf dir Divided configuration of FrontMatter into numerous files. --- hinode-template.code-workspace | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hinode-template.code-workspace') diff --git a/hinode-template.code-workspace b/hinode-template.code-workspace index d32427b..96daee6 100644 --- a/hinode-template.code-workspace +++ b/hinode-template.code-workspace @@ -7,7 +7,8 @@ "settings": { "conventionalCommits.scopes": [ "content", - "frontmatter.json" + "frontmatter.json", + ".frontMatter" ] } } \ No newline at end of file -- cgit v1.2.3