Skip to content

Commit

Permalink
Anchor paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bgandon committed Feb 7, 2024
1 parent d3cd492 commit a0fb078
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@
Dockerfile
/.git/
/.github/
/.travis.yml
/CODEOWNERS
/Dockerfile
/LICENSE
/*.md

# 'bin' dir may be generated by the 'Task' installer
bin
/bin/

# 'build' is where manual-build binaries end up
build
/build/

# Resources for the 'build-docker-image' task of the 'build' job
git
image
cache
/git/
/image/
/cache/

# Resources for the 'build-docker-image' task of the 'build-pr' job
git-pull-requests
image
cache
/git-pull-requests/
/image/
/cache/

# Resources for the 'build-docker-image' task of the 'bump-deps' job
repo-bumped
golang-latest
alpine-latest
image
cache
/repo-bumped/
/golang-latest/
/alpine-latest/
/image/
/cache/

0 comments on commit a0fb078

Please sign in to comment.