From 8f0198034e02eeac331c15c0799156ad29bc06f1 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sun, 29 Sep 2024 14:49:35 -0500 Subject: [PATCH] add gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c795b05 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build \ No newline at end of file