From bfca15d47bd4ba79c59b5c07cb350ef59b84770c Mon Sep 17 00:00:00 2001 From: Maddox Werts Date: Tue, 11 Feb 2025 11:58:21 -0500 Subject: [PATCH] Added Gitignore --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1d2f260..2524aec 100644 --- a/.gitignore +++ b/.gitignore @@ -21,5 +21,8 @@ Cargo.lock # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -# Result -build/* \ No newline at end of file +# Sensitive +data/settings.yaml + +# Build +build/neurostock