Browse Source

build: add separate .dockerignore files

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
SomberNight 3 years ago
parent
commit
08ae0a73b2
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 3
      contrib/build-linux/appimage/.dockerignore
  2. 1
      contrib/build-linux/sdist/.dockerignore
  3. 6
      contrib/build-wine/.dockerignore

3
contrib/build-linux/appimage/.dockerignore

@ -0,0 +1,3 @@
build/
.cache/
fresh_clone/

1
contrib/build-linux/sdist/.dockerignore vendored

@ -0,0 +1 @@
fresh_clone/

6
contrib/build-wine/.dockerignore

@ -0,0 +1,6 @@
tmp/
build/
.cache/
dist/
signed/
fresh_clone/
Loading…
Cancel
Save