From 5c8fe957b798e420f1de7629f0626f7279def282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Mart=C3=ADn?= Date: Fri, 14 Feb 2025 10:24:14 +0100 Subject: [PATCH] Add Android-related files to gitignore --- packaging/android/.gitattributes | 9 +++++++++ packaging/android/.gitignore | 11 +++++++++++ 2 files changed, 20 insertions(+) create mode 100644 packaging/android/.gitattributes create mode 100644 packaging/android/.gitignore diff --git a/packaging/android/.gitattributes b/packaging/android/.gitattributes new file mode 100644 index 00000000..097f9f98 --- /dev/null +++ b/packaging/android/.gitattributes @@ -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 + diff --git a/packaging/android/.gitignore b/packaging/android/.gitignore new file mode 100644 index 00000000..701a2d8d --- /dev/null +++ b/packaging/android/.gitignore @@ -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