Add .gitattributes
authorJason Self <j@jxself.org>
Sun, 21 Apr 2019 16:01:30 +0000 (09:01 -0700)
committerJason Self <j@jxself.org>
Sun, 21 Apr 2019 16:01:30 +0000 (09:01 -0700)
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