gtfs-dagster/.gitignore

9 lines
155 B
Text

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