1
0

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.
This commit is contained in:
SomberNight
2023-03-20 01:33:04 +00:00
parent 4fb35c0002
commit 08ae0a73b2
3 changed files with 10 additions and 0 deletions

View File

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

View File

@@ -0,0 +1 @@
fresh_clone/

View File

@@ -0,0 +1,6 @@
tmp/
build/
.cache/
dist/
signed/
fresh_clone/