From 5366ca84120c804592d4af676ef9cf75437e5192 Mon Sep 17 00:00:00 2001 From: Maddox Werts Date: Mon, 10 Feb 2025 10:22:03 -0500 Subject: [PATCH] Updated GitIgnore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ab951f8..1d2f260 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ Cargo.lock # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# Result +build/* \ No newline at end of file