Skip to content

Commit 39f5981

Browse files
committed
fix(template_ws): Update the .gitignore
Remove the Gazebo cache since we use Docker volumes instead of cache in each workspace.
1 parent 0983bf1 commit 39f5981

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

template_ws/.gitignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,4 @@
33
# ROS2 basic directories
44
/build
55
/install
6-
/log
7-
8-
# Gazebo cache
9-
docker/cache/*
10-
!docker/cache/.gazebo
11-
docker/cache/.gazebo/*
12-
!docker/cache/.gazebo/.gitkeep
6+
/log

0 commit comments

Comments
 (0)