From 667836b1596a961092aea1d8da7bb478086b54a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kr=C3=BCss?= Date: Sat, 25 Mar 2017 12:02:22 -0700 Subject: [PATCH] Ignore changelog in export --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 2195b20d..967315dd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ *.css linguist-vendored *.scss linguist-vendored *.js linguist-vendored +CHANGELOG.md export-ignore