From 2c858579a0f75b89afb88156226b37b75dd3da97 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 9 Jul 2026 10:37:13 -0700 Subject: [PATCH 1/2] Add customisation folder --- .gitignore | 1 - customisations/.gitkeep | 0 2 files changed, 1 deletion(-) create mode 100644 customisations/.gitkeep diff --git a/.gitignore b/.gitignore index ffb13102..06082219 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ vendor/* tests/vendor/* build/* .qi/* -customisations/* *~ .idea node_modules diff --git a/customisations/.gitkeep b/customisations/.gitkeep new file mode 100644 index 00000000..e69de29b From 58618fd7631d7e59ae7dacc4b71df27f58bc682a Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 9 Jul 2026 10:37:38 -0700 Subject: [PATCH 2/2] Now ignore customisations folder contents --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 06082219..ffb13102 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ vendor/* tests/vendor/* build/* .qi/* +customisations/* *~ .idea node_modules