gtfs-dagster/.gitignore

13 lines
229 B
Text

#Exclude the .env file
.env
# Exclude agency_list.csv
config/agency_list.csv
config/agency_names.csv
#Exclude contents of the postres_data directory
postgres_data
postgres_data/*
#Exclude contents of the data directory
data/*