nextcloud-android/.gitignore

57 lines
756 B
Text
Raw Normal View History

2011-08-20 00:37:35 +04:00
# built application files
*.apk
*.ap_
*.aab
2011-08-20 00:37:35 +04:00
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
2014-10-28 20:43:10 +03:00
build/
*.iml
2011-08-20 00:37:35 +04:00
gen/
target/
2011-08-20 00:37:35 +04:00
# Local configuration files (sdk path, etc)
2011-08-20 00:37:35 +04:00
local.properties
tests/local.properties
2011-08-20 00:37:35 +04:00
# Mac .DS_Store files
2013-08-06 13:27:07 +04:00
.DS_Store
# Proguard README
proguard-project.txt
tests/proguard-project.txt
# Android Studio and Gradle specific entries
.gradle
.idea/*
!.idea/codeStyles/
2016-09-26 18:58:37 +03:00
build
/gradle.properties
.attach_pid*
fastlane/Fastfile
*.hprof
# 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__/