This commit is contained in:
Robot 2022-08-09 11:33:22 +08:00
parent 22d06ef282
commit 15554a60ac
2 changed files with 4 additions and 4 deletions

4
.gitignore vendored
View File

@ -26,7 +26,3 @@
*.exe
*.out
*.app
#map
wpb_home_tutorials/maps/*.pgm
wpb_home_tutorials/maps/*.yaml

4
wpb_home_tutorials/maps/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore