Add all files in input directory to gitignore

This commit is contained in:
Ruben1729 2024-02-06 10:57:29 -05:00
parent 17c6c49eb4
commit c8db4e9119

2
.gitignore vendored
View File

@ -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/*