Add .gitattributes file for export-ignore rules.

This ensures that the .git directory and .gitignore file are excluded when exporting the repository, improving distribution cleanliness. Including this file standardizes export behavior across clones.
This commit is contained in:
Leonid Nikitin 2024-12-10 22:42:30 +05:00
parent 7e05777385
commit 5abddfbd57
Signed by: kor-elf
GPG Key ID: 3C0F720C170F6E1D

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
.git export-ignore
.gitignore export-ignore