Add Android-related files to gitignore

This commit is contained in:
Jorge Martín
2025-02-14 10:24:14 +01:00
parent 294e67a5ba
commit 5c8fe957b7
2 changed files with 20 additions and 0 deletions

9
packaging/android/.gitattributes vendored Normal file
View File

@@ -0,0 +1,9 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# Linux start script should use lf
/gradlew text eol=lf
# These are Windows script files and should use crlf
*.bat text eol=crlf

11
packaging/android/.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build
# Ignore local gradle properties file
local.properties
# Also ignore the generated assets for Android
lib/src/main/assets