gtfs-dagster/.gitignore

12 lines
205 B
Text

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