From 0a5f6f6e4b786d8ba4d3ff6f57bff552e4ff9a10 Mon Sep 17 00:00:00 2001 From: Spain Date: Thu, 9 Feb 2017 20:06:07 -0500 Subject: [PATCH] :bug: Exclude .babelrc from APM releases (fixes #796) - Added git attribute to export-ignore build-time babelrc config More info: https://github.com/atom/apm/issues/498#issuecomment-260159766 Closes #796 --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 2d5bd56a..617fc509 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,6 @@ # (binary is a macro for -text -diff) *.png binary + +# Exclude build-time .babelrc config from APM pkg (#796) +.babelrc export-ignore