From cab9c25884c225b705839af998bc0632f6a3ffbb Mon Sep 17 00:00:00 2001 From: Fabian Posch Date: Mon, 8 Jan 2024 13:21:20 -0500 Subject: [PATCH] exclude build files from git --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 06464cb..4526507 100644 --- a/.gitignore +++ b/.gitignore @@ -69,4 +69,8 @@ _deps .ionide # Build artifacts -bin/ \ No newline at end of file +bin/ +build/ + +# Local environment files +env-setup.sh \ No newline at end of file