diff --git a/.gitignore b/.gitignore index eea2c649..21f9b91c 100644 --- a/.gitignore +++ b/.gitignore @@ -150,6 +150,7 @@ dist/ # Binary and build files ezbookkeeping +!**/ezbookkeeping/ package/ # Environment variable files diff --git a/SKILL.md b/skills/ezbookkeeping/SKILL.md similarity index 100% rename from SKILL.md rename to skills/ezbookkeeping/SKILL.md diff --git a/scripts/ebktools.ps1 b/skills/ezbookkeeping/scripts/ebktools.ps1 similarity index 100% rename from scripts/ebktools.ps1 rename to skills/ezbookkeeping/scripts/ebktools.ps1 diff --git a/scripts/ebktools.sh b/skills/ezbookkeeping/scripts/ebktools.sh similarity index 100% rename from scripts/ebktools.sh rename to skills/ezbookkeeping/scripts/ebktools.sh