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:
parent
7e05777385
commit
5abddfbd57
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.git export-ignore
|
||||||
|
.gitignore export-ignore
|
Loading…
Reference in New Issue
Block a user