File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- .vscode /settings.json filter =removeFullHomePath
21# SCM syntax highlighting & preventing 3-way merges
32pixi.lock merge =binary linguist-language =YAML linguist-generated =true
Original file line number Diff line number Diff line change @@ -204,6 +204,10 @@ bitbots_docs_internal
204204# VS Code ROS extension
205205.vscode /browse.vc. *
206206
207+ # Do not commit VS Code settings by default because the ROS extension adds absolute paths to the config
208+ # Only commit it if you want to share your settings with others and also have removed the absolute paths!
209+ .vscode /settings.json
210+
207211# Neural Network Model Path
208212/src /bitbots_vision /models /
209213/src /bitbots_motion /bitbots_rl_motion /rl_walk_models /
@@ -242,3 +246,5 @@ doku/*
242246
243247CMakeFiles /
244248CMakeCache.txt
249+
250+
You can’t perform that action at this time.
0 commit comments