rearranged directory structure, automaterialize to automationCondition
This commit is contained in:
parent
dcff5c78e7
commit
11003a8bda
11 changed files with 38 additions and 31 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -1,12 +1,9 @@
|
|||
#Exclude the .env file
|
||||
.env
|
||||
|
||||
#Exclude the postres_data
|
||||
#Exclude contents of the postres_data directory
|
||||
postgres_data
|
||||
postgres_data/*
|
||||
|
||||
#Exclude data directory
|
||||
data
|
||||
#except for agency_list.csv
|
||||
!data/gtfs/agency_list.csv
|
||||
|
||||
#Exclude contents of the data directory
|
||||
data/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue