From 7087fa289b9914692433cc92c735f06b5124880a Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 18 Jul 2024 09:57:07 +0200 Subject: [PATCH] chore: add empty build dir --- build/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 build/.gitignore diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/build/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore