From e73d83580e4c2dfacd0a1a6db91199a641d150ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Lo=CC=88sken?= Date: Sun, 31 Jul 2016 23:36:03 +0200 Subject: [PATCH] Fix gitattributes to not export unnecessary files --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 95883deab5..bb9e4a0e1c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,8 @@ * text=auto *.css linguist-vendored *.less linguist-vendored +.gitattributes export-ignore +.gitignore export-ignore +.codeclimate.yml export-ignore +.travis.yml export-ignore +.styleci.yml export-ignore