From 2e1bc55315e45a256f9db53c317ca9d17995b3bf Mon Sep 17 00:00:00 2001 From: Ruben1729 Date: Fri, 26 Jan 2024 15:14:41 -0500 Subject: [PATCH] Update gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d97e400..f182a51 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ -output .idea + +# Ignore files that start with 'building' in the 'input_files' directory +input_files/building* + +# Ignore all files inside the 'output_files' directory +output_files/* +output/* \ No newline at end of file