From f6093c64c4a6ba2686f8d4b7d06acd6e5803ab7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=A4nge?= Date: Wed, 17 Jan 2024 18:45:45 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 88 +++++++++++++++++------------------------------------- 1 file changed, 27 insertions(+), 61 deletions(-) diff --git a/.gitignore b/.gitignore index 7fda09c..3be9f6c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,72 +1,38 @@ # Built application files -*.apk -*.ap_ - -# Files for the ART/Dalvik VM -*.dex +/*/build/ +build/* -# Java class files -*.class - -# Generated files -bin/ -gen/ -out/ - -# Gradle files -.gradle/ -build/ +# Crashlytics configuations +com_crashlytics_export_strings.xml # Local configuration file (sdk path, etc) local.properties -# Proguard folder generated by Eclipse -proguard/ - -# Log Files -*.log - -# Android Studio Navigation editor temp files -.navigation/ +# Gradle generated files +.gradle/ -# Android Studio captures folder -captures/ +# Signing files +.signing/ -# IntelliJ +# User-specific configurations +.idea/* *.iml -.idea/workspace.xml -.idea/tasks.xml -.idea/gradle.xml -.idea/assetWizardSettings.xml -.idea/dictionaries -.idea/libraries -.idea/caches - -# Keystore files -# Uncomment the following line if you do not want to check your keystore files in. -#*.jks - -# External native build folder generated in Android Studio 2.2 and later -.externalNativeBuild - -# Google Services (e.g. APIs or Firebase) -google-services.json -# Freeline -freeline.py -freeline/ -freeline_project_description.json - -# fastlane -fastlane/report.xml -fastlane/Preview.html -fastlane/screenshots -fastlane/test_output -fastlane/readme.md +# OS-specific files .DS_Store -.gradle/4.4/fileHashes/fileHashes.lock -*.bin -*.lock -*.lock -.idea/misc.xml -.idea/workspace.xml +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# Documents +*.pdf +*.doc +*.docx +*.odt + +# APKs +*.apk +