Add .gitattributes
authorJason Self <j@jxself.org>
Mon, 25 Feb 2019 05:02:16 +0000 (21:02 -0800)
committerJason Self <j@jxself.org>
Mon, 25 Feb 2019 05:02:16 +0000 (21:02 -0800)
Exclude undesired files from git archive.

.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..d7162af
--- /dev/null
@@ -0,0 +1,2 @@
+.gitattributes export-ignore  
+.gitignore export-ignore
\ No newline at end of file