From 3542ee8f52ead561f78f3cffb271758ea2b86075 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:21:02 +0200 Subject: [PATCH] dist folder itself must be present --- .gitignore | 2 ++ dist/.gitignore | 0 2 files changed, 2 insertions(+) create mode 100644 dist/.gitignore diff --git a/.gitignore b/.gitignore index a87d4434..76dc4eee 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ __pycache__/ build *.dksh Source/hekate +dist/* +!dist/.gitignore diff --git a/dist/.gitignore b/dist/.gitignore new file mode 100644 index 00000000..e69de29b