Skip to content

Commit dbfd950

Browse files
committed
Ignore settings by default
1 parent b037e7c commit dbfd950

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
.vscode/settings.json filter=removeFullHomePath
21
# SCM syntax highlighting & preventing 3-way merges
32
pixi.lock merge=binary linguist-language=YAML linguist-generated=true

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

243247
CMakeFiles/
244248
CMakeCache.txt
249+
250+

0 commit comments

Comments
 (0)