From b3234883138892dff867cf24f0d886dfe0341c8f Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Mon, 17 Jul 2023 12:05:55 -0600 Subject: [PATCH] ignore bin --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3cac2e0..8e6edc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -AsyncDSLScript*.json \ No newline at end of file +AsyncDSLScript*.json +bin/ \ No newline at end of file