From e9974019d2ac139e087822cabf1d825b023fe855 Mon Sep 17 00:00:00 2001 From: Joseph Kato Date: Tue, 8 Oct 2024 20:31:00 -0700 Subject: [PATCH] v3 structure --- .../styles/{Vocab => config/vocabularies}/Base/accept.txt | 0 .../styles/{Vocab => config/vocabularies}/Base/reject.txt | 0 .gitignore | 8 +++++++- 3 files changed, 7 insertions(+), 1 deletion(-) rename .github/styles/{Vocab => config/vocabularies}/Base/accept.txt (100%) rename .github/styles/{Vocab => config/vocabularies}/Base/reject.txt (100%) diff --git a/.github/styles/Vocab/Base/accept.txt b/.github/styles/config/vocabularies/Base/accept.txt similarity index 100% rename from .github/styles/Vocab/Base/accept.txt rename to .github/styles/config/vocabularies/Base/accept.txt diff --git a/.github/styles/Vocab/Base/reject.txt b/.github/styles/config/vocabularies/Base/reject.txt similarity index 100% rename from .github/styles/Vocab/Base/reject.txt rename to .github/styles/config/vocabularies/Base/reject.txt diff --git a/.gitignore b/.gitignore index 556adb06..6fb31cbb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,12 @@ tsconfig.tsbuildinfo .github/styles/* -!.github/styles/Vocab/ +!.github/styles/config/ + +.github/styles/config/* +!.github/styles/config/vocabularies + +.github/styles/config/vocabularies/* +!.github/styles/config/vocabularies/Base .idea