From 2ca3e220bd1fff355624624e3ced9399113802fa Mon Sep 17 00:00:00 2001 From: nutty Date: Mon, 29 Jun 2026 05:40:10 +1000 Subject: [PATCH] Ignore binary folders --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5df9179 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build/ +dist/ \ No newline at end of file