Skip to content

Commit

Permalink
feat(.dockerignore): revise .dockerignore to correctly ignore copyi…
Browse files Browse the repository at this point in the history
…ng unrelated files (autowarefoundation#5009)

Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk authored Jul 18, 2024
1 parent 8be95f8 commit eac84a4
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,20 @@
*.md

# Ignore Docker files
docker-bake.hcl
docker
!docker/etc

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

# Ignore generated files by colcon
build
install
log

0 comments on commit eac84a4

Please sign in to comment.