From c8db4e911949ffe3414d60ff3d1d32de557ff1ac Mon Sep 17 00:00:00 2001 From: Ruben1729 Date: Tue, 6 Feb 2024 10:57:29 -0500 Subject: [PATCH] Add all files in input directory to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f182a51..bfd8699 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ .idea # Ignore files that start with 'building' in the 'input_files' directory -input_files/building* +input_files/* # Ignore all files inside the 'output_files' directory output_files/*