From 4e44bc85777f3690154b3fd50de985b817b66e59 Mon Sep 17 00:00:00 2001 From: Milan Felix Sulc Date: Mon, 4 May 2015 12:48:28 +0200 Subject: [PATCH] Added .gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4251edf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +composer.lock export-ignore +tests export-ignore +*.md export-ignore \ No newline at end of file