124 lines
2.1 KiB
Text
124 lines
2.1 KiB
Text
|
|
||
|
*.iml
|
||
|
.gradle
|
||
|
/local.properties
|
||
|
|
||
|
.DS_Store
|
||
|
/build
|
||
|
/captures
|
||
|
.externalNativeBuild
|
||
|
### Java template
|
||
|
# Compiled class file
|
||
|
*.class
|
||
|
|
||
|
# Log file
|
||
|
*.log
|
||
|
|
||
|
# BlueJ files
|
||
|
*.ctxt
|
||
|
|
||
|
# Mobile Tools for Java (J2ME)
|
||
|
.mtj.tmp/
|
||
|
|
||
|
# Package Files #
|
||
|
*.jar
|
||
|
*.war
|
||
|
*.nar
|
||
|
*.ear
|
||
|
*.zip
|
||
|
*.tar.gz
|
||
|
*.rar
|
||
|
|
||
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||
|
hs_err_pid*
|
||
|
### JetBrains template
|
||
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
|
||
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||
|
|
||
|
.idea
|
||
|
|
||
|
# Gradle and Maven with auto-import
|
||
|
# When using Gradle or Maven with auto-import, you should exclude module files,
|
||
|
# since they will be recreated, and may cause churn. Uncomment if using
|
||
|
# auto-import.
|
||
|
# .idea/modules.xml
|
||
|
# .idea/*.iml
|
||
|
# .idea/modules
|
||
|
|
||
|
# CMake
|
||
|
cmake-build-*/
|
||
|
|
||
|
# Mongo Explorer plugin
|
||
|
.idea/**/mongoSettings.xml
|
||
|
|
||
|
# File-based project format
|
||
|
*.iws
|
||
|
|
||
|
# IntelliJ
|
||
|
out/
|
||
|
|
||
|
# mpeltonen/sbt-idea plugin
|
||
|
.idea_modules/
|
||
|
|
||
|
# JIRA plugin
|
||
|
atlassian-ide-plugin.xml
|
||
|
|
||
|
# Cursive Clojure plugin
|
||
|
.idea/replstate.xml
|
||
|
|
||
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
||
|
com_crashlytics_export_strings.xml
|
||
|
crashlytics.properties
|
||
|
crashlytics-build.properties
|
||
|
fabric.properties
|
||
|
|
||
|
# Editor-based Rest Client
|
||
|
.idea/httpRequests
|
||
|
### Android template
|
||
|
# Built application files
|
||
|
*.apk
|
||
|
*.ap_
|
||
|
|
||
|
# Files for the ART/Dalvik VM
|
||
|
*.dex
|
||
|
|
||
|
# Java class files
|
||
|
# Generated files
|
||
|
bin/
|
||
|
gen/
|
||
|
# Gradle files
|
||
|
build/
|
||
|
|
||
|
# Local configuration file (sdk path, etc)
|
||
|
# Proguard folder generated by Eclipse
|
||
|
proguard/
|
||
|
|
||
|
# Log Files
|
||
|
# Android Studio Navigation editor temp files
|
||
|
.navigation/
|
||
|
|
||
|
# Android Studio captures folder
|
||
|
captures/
|
||
|
|
||
|
|
||
|
# 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
|
||
|
# 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
|
||
|
|