From 5e459e836ee7cd84a2f509722f0e946c7547ea36 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 13 Aug 2015 13:07:55 +0930 Subject: [PATCH] Add .gitattributes --- framework/core/.gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 framework/core/.gitattributes diff --git a/framework/core/.gitattributes b/framework/core/.gitattributes new file mode 100644 index 000000000..ff3a2737a --- /dev/null +++ b/framework/core/.gitattributes @@ -0,0 +1,4 @@ +.gitattributes export-ignore +.gitignore export-ignore +.gitmodules export-ignore +.travis.yml export-ignore