* Created default project * Added client to .vscode/launch.json * Ignore .vscode/settings.json * Some data scraping * Client skeleton * Client data types and fromJson() functions * Final touches on JSON * Added ApiService * ApiService changes * Prototype for stops * ViewModel and UI * Basic client UI
14 lines
233 B
JSON
14 lines
233 B
JSON
{
|
|
"version": "0.2",
|
|
"ignorePaths": [
|
|
"src/client/data/**"
|
|
],
|
|
"dictionaryDefinitions": [],
|
|
"dictionaries": [],
|
|
"words": [
|
|
"dotw",
|
|
"Occt"
|
|
],
|
|
"ignoreWords": [],
|
|
"import": []
|
|
}
|