Update gitignore

This commit is contained in:
Ruben1729 2024-01-26 15:14:41 -05:00
parent e9a05f4bc2
commit 2e1bc55315

8
.gitignore vendored
View File

@ -1,2 +1,8 @@
output
.idea .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/*