From: David Griffith Date: Sat, 2 Feb 2019 07:35:40 +0000 (-0800) Subject: Adding a .gitattributes file to avoid packaging certain files. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=50857211e174f59bdc1d7b9d69ea33a6d3b1036c;p=liskon_frotz.git Adding a .gitattributes file to avoid packaging certain files. --- 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