more ignore for appveyor (#2892)
* add dockerfile and license to ignorelist * fixed space
This commit is contained in:
parent
a3ca459526
commit
fcb0daf80f
2 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,8 @@ skip_commits:
|
||||||
- .gitlab-ci.yml
|
- .gitlab-ci.yml
|
||||||
- .travis.yml
|
- .travis.yml
|
||||||
- '*.md'
|
- '*.md'
|
||||||
|
- Dockerfile
|
||||||
|
- LICENSE
|
||||||
|
|
||||||
image: Visual Studio 2015
|
image: Visual Studio 2015
|
||||||
|
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- '**/translations/*.ts'
|
- '**/translations/*.ts'
|
||||||
|
|
||||||
# see https://support.codacy.com/hc/en-us/articles/115002130625-Codacy-Configuration-File
|
# see https://support.codacy.com/hc/en-us/articles/115002130625-Codacy-Configuration-File
|
Loading…
Reference in a new issue