From beeec36bb844835dfa6a58e4981704b97e3e18f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 24 Sep 2016 11:03:02 +0300 Subject: [PATCH] exclude files from git export add files to be excluded from git export visible when used via composer --prefer-dist --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitattributes b/.gitattributes index 412eeda7..b3917246 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,3 +20,11 @@ *.PDF diff=astextplain *.rtf diff=astextplain *.RTF diff=astextplain + +# exclude from git export +/travis.ini export-ignore +/composer.json export-ignore +/.travis.yml export-ignore +/.gitignore export-ignore +/.gitattributes export-ignore +/lexer/ export-ignore