.gitattributes: Exclude undesired files from git archive.
authorJason Self <j@jxself.org>
Sun, 26 Nov 2017 03:33:03 +0000 (19:33 -0800)
committerJason Self <j@jxself.org>
Sun, 26 Nov 2017 03:33:03 +0000 (19:33 -0800)
.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