Adding a .gitattributes file to avoid packaging certain files.
authorDavid Griffith <dave@661.org>
Sat, 2 Feb 2019 07:35:40 +0000 (23:35 -0800)
committerDavid Griffith <dave@661.org>
Sat, 2 Feb 2019 07:35:40 +0000 (23:35 -0800)
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..c101a7b
--- /dev/null
@@ -0,0 +1,4 @@
+.gitignore     export-ignore
+.gitattributes export-ignore
+.gitlab-ci.yml export-ignore
+public         export-ignore