From 49f1e8f04ae8e8c5faa1f151861ba2f1670cc5c2 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Wed, 14 Mar 2018 17:49:58 +0100 Subject: [PATCH] chore: exclude appveyor.yml in production --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 688e780..da41831 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,7 @@ /.gitmodules export-ignore /.npmrc export-ignore /.travis.yml export-ignore +/appveyor.yml export-ignore /codecov.yml export-ignore /dependencies.yml export-ignore /Dockerfile export-ignore