From b71a3d2b86cfcf2789bcb6b17218e4a3a97b3d5a Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 26 Mar 2016 19:53:57 +1300 Subject: [PATCH] Added .gitattributes, ignoring src files and binary diffs --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..b2ee1564 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +docs/ export-ignore +javascript/src/ export ignore + +# Hide diffs +javascript/dist/ -diff