Skip to content

Commit

Permalink
Make source repo in Docker builder non-dirty (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
syncom authored Oct 29, 2022
1 parent cd50f80 commit 75df220
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
r10e-docker/out/
build/
r10e-build/
.github/
CODEOWNERS
r10e-build/
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
*.bak
.DS_Store
# Don't remove below. Necessary for proper versioning in CI release
build/
r10e-docker/out/
.DS_Store
r10e-docker/
!pkg/r10e-docker/

0 comments on commit 75df220

Please sign in to comment.