Small changes
This commit is contained in:
parent
a316556a03
commit
400f733956
2 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@ tfl_journey_client
|
||||||
**/dist
|
**/dist
|
||||||
server-rs/target
|
server-rs/target
|
||||||
.task
|
.task
|
||||||
|
data
|
||||||
|
|
|
||||||
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
|
@ -2,6 +2,8 @@
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"*.venv": true,
|
"*.venv": true,
|
||||||
"**/__pycache__": true,
|
"**/__pycache__": true,
|
||||||
"**/node_modules": true
|
"**/node_modules": true,
|
||||||
|
"**/.ruff_cache":true,
|
||||||
|
"**/.pytest_cache":true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue