Merge pull request #472 from jpcima/export-ignore

Don't include dotfiles and CI files in release tarball
This commit is contained in:
JP Cimalando 2020-10-06 01:04:59 +02:00 committed by GitHub
commit 73248e048c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
.* export-ignore
.*/** export-ignore
appveyor.yml export-ignore