Browse Source
The .dockerignore symlink in the project root dir is only picked up by the android build. The android build has the project root as its build context for "docker build" -- the other builds have their own subdirectories as build context, e.g. contrib/build-linux/appimage.master
3 changed files with 10 additions and 0 deletions
@ -0,0 +1,3 @@
|
||||
build/ |
||||
.cache/ |
||||
fresh_clone/ |
||||
Loading…
Reference in new issue