alistairmcleay's picture
Removed gitignore for needed data files
76277a1
raw
history blame contribute delete
No virus
349 Bytes
[
{
"taxi_colors": [
"black",
"white",
"red",
"yellow",
"blue",
"grey"
],
"taxi_types": [
"toyota",
"skoda",
"bmw",
"honda",
"ford",
"audi",
"lexus",
"volvo",
"volkswagen",
"tesla"
],
"taxi_phone": [
"^[0-9]{10}$"
]
}
]