2024-03-17 20:04:13 +03:00
|
|
|
# SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
2017-10-23 13:40:38 +03:00
|
|
|
# Built application files
|
|
|
|
*.apk
|
|
|
|
*.ap_
|
2022-10-06 23:35:40 +03:00
|
|
|
*.aab
|
2017-10-23 13:40:38 +03:00
|
|
|
|
|
|
|
# Files for the ART/Dalvik VM
|
|
|
|
*.dex
|
|
|
|
|
|
|
|
# Java class files
|
|
|
|
*.class
|
|
|
|
|
|
|
|
# Generated files
|
|
|
|
bin/
|
2022-10-06 23:35:40 +03:00
|
|
|
build/
|
|
|
|
*.iml
|
2017-10-23 13:40:38 +03:00
|
|
|
gen/
|
2022-10-06 23:35:40 +03:00
|
|
|
target/
|
2017-10-23 13:40:38 +03:00
|
|
|
|
2022-10-06 23:35:40 +03:00
|
|
|
# Local configuration files (sdk path, etc)
|
2017-10-23 13:40:38 +03:00
|
|
|
local.properties
|
2021-01-20 14:12:08 +03:00
|
|
|
tests/local.properties
|
2017-10-23 13:40:38 +03:00
|
|
|
|
2022-10-06 23:35:40 +03:00
|
|
|
# Mac .DS_Store files
|
|
|
|
.DS_Store
|
|
|
|
|
2017-10-23 13:40:38 +03:00
|
|
|
# Proguard folder generated by Eclipse
|
|
|
|
proguard/
|
2022-10-06 23:35:40 +03:00
|
|
|
proguard-project.txt
|
|
|
|
tests/proguard-project.txt
|
2017-10-23 13:40:38 +03:00
|
|
|
|
|
|
|
# Log Files
|
|
|
|
*.log
|
|
|
|
|
2021-01-20 14:12:08 +03:00
|
|
|
# Android Studio and Gradle specific entries
|
|
|
|
.gradle
|
2022-10-06 23:35:40 +03:00
|
|
|
.idea/*
|
|
|
|
!.idea/codeStyles/
|
2021-01-20 14:12:08 +03:00
|
|
|
.idea
|
|
|
|
build
|
|
|
|
/gradle.properties
|
2022-10-06 23:35:40 +03:00
|
|
|
.attach_pid*
|
|
|
|
fastlane/Fastfile
|
|
|
|
*.hprof
|
2021-01-20 14:12:08 +03:00
|
|
|
captures/
|
|
|
|
.navigation/
|
2021-02-19 12:41:01 +03:00
|
|
|
app/gplay/
|
2017-10-23 13:40:38 +03:00
|
|
|
|
2022-05-14 15:24:26 +03:00
|
|
|
# IDEA/Android Studio project settings ignore exceptions
|
|
|
|
!.idea/icon.svg
|
|
|
|
!.idea/icon.png
|
|
|
|
!.idea/icon_dark.svg
|
|
|
|
!.idea/icon_dark.png
|
|
|
|
|
2017-10-23 13:40:38 +03:00
|
|
|
# Keystore files
|
|
|
|
*.jks
|
|
|
|
|
|
|
|
# External native build folder generated in Android Studio 2.2 and later
|
|
|
|
.externalNativeBuild
|
|
|
|
|
|
|
|
# Google Services (e.g. APIs or Firebase)
|
2018-02-19 13:34:35 +03:00
|
|
|
#google-services.json
|
|
|
|
#app/google-services.json
|
2017-10-23 13:40:38 +03:00
|
|
|
|
|
|
|
# Freeline
|
|
|
|
freeline.py
|
|
|
|
freeline/
|
|
|
|
freeline_project_description.json
|
|
|
|
.DS_Store
|
2018-03-07 11:36:42 +03:00
|
|
|
|
2022-10-06 23:35:40 +03:00
|
|
|
# fastlane specific
|
|
|
|
**/fastlane/report.xml
|
|
|
|
|
|
|
|
# deliver temporary files
|
|
|
|
**/fastlane/Preview.html
|
|
|
|
|
|
|
|
# snapshot generated screenshots
|
|
|
|
**/fastlane/screenshots
|
|
|
|
|
|
|
|
# scan temporary files
|
|
|
|
**/fastlane/test_output
|
|
|
|
/fastlane/vendor/
|
|
|
|
/.bundle/
|
|
|
|
/fastlane/.bundle
|
|
|
|
|
|
|
|
# python
|
|
|
|
**/__pycache__/
|
2021-01-20 14:12:08 +03:00
|
|
|
|
2024-01-25 23:06:50 +03:00
|
|
|
/gradle/verification-keyring.gpg
|