Compare commits

..

2 Commits

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

5
.gitattributes vendored
View File

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