update file rules (#3232)

This commit is contained in:
tooomm 2018-05-10 22:07:22 +02:00 committed by ctrlaltca
parent 4e10ce7473
commit 73fb9ee03e

View file

@ -1,17 +1,19 @@
version: 2.5.2-branch-{branch}-build-{build}
# Skipping commits affecting specific files (GitHub only). More details here: https://www.appveyor.com/docs/appveyor-yml
# Skipping commits affecting specific files (GitHub only).
# More details here: https://www.appveyor.com/docs/appveyor-yml and https://www.appveyor.com/docs/how-to/filtering-commits
skip_commits:
files:
- .github/*
- .travis/*
- .tx/*
- webclient/*
- .ci/travis-*
- .github/
- .tx/
- webclient/
- .clang-format
- .*ignore
- .codacy.yml
- .gitlab-ci.yml
- .travis.yml
- '*.md'
- '**/*.md'
- Dockerfile
- LICENSE