From f407601d5988f97b47ff53e5bace9e17463b8f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 4 Sep 2017 15:17:57 +0200 Subject: [PATCH] Ignore some development files when exporting Git MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #13632 Signed-off-by: Michal Čihař --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..f7fdf994a0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +.gitattributes export-ignore +.gitignore export-ignore +.github export-ignore +.travis.yml export-ignore +.scrutinizer.yml export-ignore +.jshintrc export-ignore +.weblate export-ignore +codeconv.yml export-ignore +.php_cs export-ignore +build.xml export-ignore