update gitignore to avoid pushing merged-network for now

This commit is contained in:
Ruben1729 2024-01-26 15:19:35 -05:00
parent d4dcee3b4d
commit 61261f9ecd

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
# Ignore files that start with 'building' in the 'input_files' directory # Ignore files that start with 'building' in the 'input_files' directory
input_files/building* input_files/building*
input_files/merged-network.osm.pbf
# Ignore all files inside the 'output_files' directory # Ignore all files inside the 'output_files' directory
output_files/* output_files/*