From ecee9968937aa4a0aac53cc18224fe4a4f19bf3a Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Wed, 22 Mar 2023 18:41:08 -0700 Subject: [PATCH] Add tools to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 91774ce6..31b78d85 100644 --- a/.gitignore +++ b/.gitignore @@ -82,4 +82,6 @@ assets/borrowed .vscode* .VSCode* -/vita/* \ No newline at end of file +/vita/* +/tools/* +./tools/* \ No newline at end of file