Don't export files starting with a .

This commit is contained in:
Olivier Dragon 2022-02-05 15:57:24 -05:00 committed by GitHub
parent 1d4821c048
commit eb141f3d85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitattributes vendored
View File

@ -13,3 +13,5 @@ LICENSE text
*.png binary
*.mts binary
*.xcf binary
.* export-ignore