From 6bdde31d008c2e960b284ab6639402bf88441693 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Wed, 26 Apr 2023 10:50:52 +0200 Subject: [PATCH] fix(dockerignore): Add configuration files that to not impact ORT's build Signed-off-by: Sebastian Schuberth --- .dockerignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.dockerignore b/.dockerignore index 4f21949224b7d..c57703a3f190d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,6 +7,19 @@ scripts/docker_*.sh # Ignore the Jenkinsfile to avoid the cache being invalidated if the file is changed during development. integrations/jenkins/Jenkinsfile +# Ignore miscellaneous top-level configuration files that do not have an impact on ORT's build. +.codecov.yml +.commitlintrc.yml +.editorconfig +.jitpack.yml +.mailmap +.markdownlint-cli2.yaml +.markdownlint.yaml +.ort.yml +mlc_config.json +qodana.yml +renovate.json + # Ignore Git entries. .git/ .gitignore