Skip to content

Commit

Permalink
fix(dockerignore): Add configuration files that to not impact ORT's b…
Browse files Browse the repository at this point in the history
…uild

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Sep 20, 2023
1 parent 6b8ba89 commit 6bdde31
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bdde31

Please sign in to comment.