Compare commits

...

2 Commits

Author SHA1 Message Date
083f7576ee Merge pull request 'Version 1.2.1' (#5) from develop into main
Reviewed-on: #5
2024-12-10 22:46:42 +05:00
5abddfbd57
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.
2024-12-10 22:42:30 +05:00

2
.gitattributes vendored Normal file
View File

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