From 31ebd4ed91c7106758fa928a2c1a294f0e096792 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Mon, 28 Oct 2024 11:30:52 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20Add=20.gitignore=20to=20build=20?= =?UTF-8?q?directory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - build/.gitignore | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 build/.gitignore diff --git a/.gitignore b/.gitignore index c525b60..f1c37ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -build/ .task/ 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