From 50857211e174f59bdc1d7b9d69ea33a6d3b1036c Mon Sep 17 00:00:00 2001 From: David Griffith Date: Fri, 1 Feb 2019 23:35:40 -0800 Subject: [PATCH] Adding a .gitattributes file to avoid packaging certain files. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c101a7b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.gitignore export-ignore +.gitattributes export-ignore +.gitlab-ci.yml export-ignore +public export-ignore -- 2.34.1