Compare commits

..

4 Commits
1.2.0 ... main

Author SHA1 Message Date
149994fae7 Merge pull request 'Version 1.2.2' (#6) from develop into main
Reviewed-on: #6
2024-12-10 23:07:42 +05:00
31da4eff78
Update .gitattributes export-ignore rules.
Adjusted export-ignore rules to include `.git`, `.gitignore`, and `.gitattributes` for more precise exclusions during archive creation. This ensures irrelevant files are omitted when packaging the repository.
2024-12-10 23:06:10 +05:00
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

3
.gitattributes vendored Normal file
View File

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