From: Michael Wallner Date: Thu, 20 Jan 2022 17:13:11 +0000 (+0100) Subject: dockerignore X-Git-Tag: v0.1.0~11 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=61749e926e83d2c151ee5bf028401fca3385442d;p=awesomized%2Fext-ion dockerignore --- diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..871ae08 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,24 @@ +** +!config.m4 +!ion.c +!ion_arginfo.h +!ion_private.h +!Makefile.frag +!php_ion.h +# +!ion-c/cmake +!ion-c/CMakeLists.txt +!ion-c/decNumber +!ion-c/ionc +!ion-c/LICENSE +!ion-c/README.md +!ion-c/test/*.* +!ion-c/test/googletest/CMakeLists.txt +!ion-c/test/googletest/googlemock/CMakeLists.txt +!ion-c/test/googletest/googlemock/include +!ion-c/test/googletest/googlemock/src +!ion-c/test/googletest/googletest/cmake +!ion-c/test/googletest/googletest/CMakeLists.txt +!ion-c/test/googletest/googletest/include +!ion-c/test/googletest/googletest/src +!ion-c/tools diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22c941c..cfe4409 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: types: [published] pull_request: paths-ignore: + - .dockerignore - .editorconfig - .gitignore - AUTHORS @@ -20,6 +21,7 @@ on: - README.md push: paths-ignore: + - .dockerignore - .editorconfig - .gitignore - AUTHORS diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index e3e13e8..9f6f268 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -8,6 +8,7 @@ on: types: [published] pull_request: paths-ignore: + - .dockerignore - .editorconfig - .gitignore - AUTHORS @@ -21,6 +22,7 @@ on: - README.md push: paths-ignore: + - .dockerignore - .editorconfig - .gitignore - AUTHORS