From e6a4b4f8124508a3435e61e6b003c1e50e304a7e Mon Sep 17 00:00:00 2001 From: Ema Panz Date: Fri, 15 Dec 2017 18:17:00 +0100 Subject: [PATCH] Add .gitignore file Allow files and test to be excluded from packaging for distribution --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..11b4af870 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +/.gitattributes export-ignore +/.gitignore export-ignore +/tests export-ignore +/sandbox export-ignore +/build.xml export-ignore +/build.properties.dev export-ignore +/.travis.yml export-ignore