From fcb0daf80f23265d2ae9bb6f575805a10633e546 Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 9 Oct 2017 19:15:36 +0200 Subject: [PATCH] more ignore for appveyor (#2892) * add dockerfile and license to ignorelist * fixed space --- .appveyor.yml | 2 ++ .codacy.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 3ba828ab..e2ed705f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,6 +12,8 @@ skip_commits: - .gitlab-ci.yml - .travis.yml - '*.md' + - Dockerfile + - LICENSE image: Visual Studio 2015 diff --git a/.codacy.yml b/.codacy.yml index c885b6fd..dff84a29 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -2,4 +2,4 @@ exclude_paths: - '**/translations/*.ts' - # see https://support.codacy.com/hc/en-us/articles/115002130625-Codacy-Configuration-File \ No newline at end of file +# see https://support.codacy.com/hc/en-us/articles/115002130625-Codacy-Configuration-File \ No newline at end of file