From b702577cd260a328c99cfc17a2051bacd56acc1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Mon, 1 Apr 2019 17:41:04 +0200 Subject: [PATCH] Exclude CI and Git dotfiles from Git export --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 64a3446f..805f4036 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,5 @@ *.m linguist-language=Objective-C +.gitignore export-ignore +.gitattributes export-ignore +.travis.yml export-ignore +.appveyor.yml export-ignore