Initial commit
This commit is contained in:
22
.gitattributes
vendored
Normal file
22
.gitattributes
vendored
Normal 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
|
||||
Reference in New Issue
Block a user