Exclude undesired files from git archive master
authorJason Self <j@jxself.org>
Fri, 15 Oct 2021 04:54:03 +0000 (21:54 -0700)
committerJason Self <j@jxself.org>
Fri, 15 Oct 2021 04:54:03 +0000 (21:54 -0700)
.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