From 3472f5ab0ebdd717b1f52bb153f371a94eed3f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Fri, 1 Feb 2019 13:05:28 +0100 Subject: [PATCH] Exclude repo file on export --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 93833f6..813ba02 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,3 +11,8 @@ # https://github.com/github/linguist/blob/master/README.md *.conf linguist-language=Nginx + +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +.travis.yml export-ignore +/.git* export-ignore