54ed5c6a82
Makes it easier to work on an individual part in isolation. Also change the vscode devconsole visualiser to one that works with includes
23 lines
409 B
Plaintext
23 lines
409 B
Plaintext
# VS Code
|
|
.vscode/browse.vc.db
|
|
.vscode/browse.vc.db-shm
|
|
.vscode/browse.vc.db-wal
|
|
.vscode/c_cpp_properties.json
|
|
|
|
# Generated URDF preview (regenerate with the "Generate preview URDF" VS Code task)
|
|
**/urdf/preview.urdf
|
|
|
|
# colcon build artefacts
|
|
build/
|
|
install/
|
|
log/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
|
|
# Generated by devcontainer initializeCommand — machine-specific
|
|
.devcontainer/.docker_gid
|