ref: Exclude unnecessary files from zip export

With this `.gitattributes` file, the `.github` folder and some other unnecessary files will be excluded from the git zip archive to make the installation cleaner.
This commit is contained in:
Burak Yigit Kaya 2021-06-09 11:38:34 +03:00 committed by GitHub
parent 9d6940c3fa
commit 3dfd5e262e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.github export-ignore