Skip to content

Commit

Permalink
fix .dockerignore
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed Jul 18, 2024
1 parent e600c5e commit 922e379
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@
*.md

# Ignore Docker files
docker-bake.hcl
docker

# Etc
*.ignore
*.lint
*.lock
*.log
*.out
# Ignore a part of files under src
src/*/*.asc
src/*/*.csv
src/*/*.gif
src/*/*.git
src/*/*.md
src/*/*.pcd
src/*/*.png
src/*/*.svg

# Ignore generated files by colcon
build
install
log

0 comments on commit 922e379

Please sign in to comment.