Skip to content

Commit d3f05c7

Browse files
committed
Speed up Docker image builds
1 parent 6fdde41 commit d3f05c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.dockerignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# ignore everything but ci/ and lib/AppImageUpdate/ci/
2+
# note that the last line that matches a file decides, so ! rules after * decide which files to include
3+
*
4+
!ci/
5+
!lib/AppImageUpdate/ci/

0 commit comments

Comments
 (0)