Initial commit

This commit is contained in:
Krzysztof Cieślik
2026-06-13 21:43:53 +02:00
commit 22a3e0fe7e
80 changed files with 4175 additions and 0 deletions

22
.gitattributes vendored Normal file
View File

@@ -0,0 +1,22 @@
# Handle line endings automatically
* text=auto
# Standard binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.webp binary
*.jar binary
*.zip binary
*.aar binary
*.apk binary
# Android specific
*.flat binary
*.webp binary
# Ensure gradlew has LF line endings and is executable
gradlew text eol=lf
gradlew.bat text eol=crlf