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:
2024-12-10 22:42:30 +05:00
parent 7e05777385
commit 5abddfbd57

2
.gitattributes vendored Normal file
View File

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