We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f166a commit 2791366Copy full SHA for 2791366
.gitignore
@@ -30,6 +30,7 @@
30
*.exe
31
*.out
32
*.app
33
+*.bin
34
35
36
# Bazel
.vscode/settings.json
@@ -100,7 +100,7 @@
100
"fileMatch": [
101
"**/mw_com_config.json"
102
],
103
- "url": "./bazel-score-someip-gateway/external/communication+/score/mw/com/impl/configuration/ara_com_config_schema.json"
+ "url": "./external/communication+/score/mw/com/impl/configuration/ara_com_config_schema.json"
104
}
105
106
external
@@ -0,0 +1 @@
1
+bazel-inc_someip_gateway/external
0 commit comments