215 lines
4.0 KiB
Plaintext
215 lines
4.0 KiB
Plaintext
|
|
||
|
# Created by https://www.gitignore.io/api/git,linux,android,intellij
|
||
|
# Edit at https://www.gitignore.io/?templates=git,linux,android,intellij
|
||
|
|
||
|
### Android ###
|
||
|
# Built application files
|
||
|
*.apk
|
||
|
*.ap_
|
||
|
*.aab
|
||
|
|
||
|
# Files for the ART/Dalvik VM
|
||
|
*.dex
|
||
|
|
||
|
# Java class files
|
||
|
*.class
|
||
|
|
||
|
# Generated files
|
||
|
bin/
|
||
|
gen/
|
||
|
out/
|
||
|
release/
|
||
|
|
||
|
# Gradle files
|
||
|
.gradle/
|
||
|
build/
|
||
|
|
||
|
# Local configuration file (sdk path, etc)
|
||
|
local.properties
|
||
|
|
||
|
# Proguard folder generated by Eclipse
|
||
|
proguard/
|
||
|
|
||
|
# Log Files
|
||
|
*.log
|
||
|
|
||
|
# Android Studio Navigation editor temp files
|
||
|
.navigation/
|
||
|
|
||
|
# Android Studio captures folder
|
||
|
captures/
|
||
|
|
||
|
# IntelliJ
|
||
|
*.iml
|
||
|
.idea/workspace.xml
|
||
|
.idea/tasks.xml
|
||
|
.idea/gradle.xml
|
||
|
.idea/assetWizardSettings.xml
|
||
|
.idea/dictionaries
|
||
|
.idea/libraries
|
||
|
# Android Studio 3 in .gitignore file.
|
||
|
.idea/caches
|
||
|
.idea/modules.xml
|
||
|
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
|
||
|
.idea/navEditor.xml
|
||
|
|
||
|
# Keystore files
|
||
|
# Uncomment the following lines if you do not want to check your keystore files in.
|
||
|
#*.jks
|
||
|
#*.keystore
|
||
|
|
||
|
# 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
|
||
|
|
||
|
# Version control
|
||
|
vcs.xml
|
||
|
|
||
|
# lint
|
||
|
lint/intermediates/
|
||
|
lint/generated/
|
||
|
lint/outputs/
|
||
|
lint/tmp/
|
||
|
# lint/reports/
|
||
|
|
||
|
### Android Patch ###
|
||
|
gen-external-apklibs
|
||
|
output.json
|
||
|
|
||
|
# Replacement of .externalNativeBuild directories introduced
|
||
|
# with Android Studio 3.5.
|
||
|
.cxx/
|
||
|
|
||
|
### Git ###
|
||
|
# Created by git for backups. To disable backups in Git:
|
||
|
# $ git config --global mergetool.keepBackup false
|
||
|
*.orig
|
||
|
|
||
|
# Created by git when using merge tools for conflicts
|
||
|
*.BACKUP.*
|
||
|
*.BASE.*
|
||
|
*.LOCAL.*
|
||
|
*.REMOTE.*
|
||
|
*_BACKUP_*.txt
|
||
|
*_BASE_*.txt
|
||
|
*_LOCAL_*.txt
|
||
|
*_REMOTE_*.txt
|
||
|
|
||
|
### Intellij ###
|
||
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
|
||
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||
|
|
||
|
# User-specific stuff
|
||
|
.idea/**/workspace.xml
|
||
|
.idea/**/tasks.xml
|
||
|
.idea/**/usage.statistics.xml
|
||
|
.idea/**/dictionaries
|
||
|
.idea/**/shelf
|
||
|
|
||
|
# Generated files
|
||
|
.idea/**/contentModel.xml
|
||
|
|
||
|
# Sensitive or high-churn files
|
||
|
.idea/**/dataSources/
|
||
|
.idea/**/dataSources.ids
|
||
|
.idea/**/dataSources.local.xml
|
||
|
.idea/**/sqlDataSources.xml
|
||
|
.idea/**/dynamic.xml
|
||
|
.idea/**/uiDesigner.xml
|
||
|
.idea/**/dbnavigator.xml
|
||
|
|
||
|
# Gradle
|
||
|
.idea/**/gradle.xml
|
||
|
.idea/**/libraries
|
||
|
|
||
|
# 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
|
||
|
# *.iml
|
||
|
# *.ipr
|
||
|
|
||
|
# CMake
|
||
|
cmake-build-*/
|
||
|
|
||
|
# Mongo Explorer plugin
|
||
|
.idea/**/mongoSettings.xml
|
||
|
|
||
|
# File-based project format
|
||
|
*.iws
|
||
|
|
||
|
# IntelliJ
|
||
|
|
||
|
# 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 studio 3.1+ serialized cache file
|
||
|
.idea/caches/build_file_checksums.ser
|
||
|
|
||
|
### Intellij Patch ###
|
||
|
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
|
||
|
|
||
|
# *.iml
|
||
|
# modules.xml
|
||
|
# .idea/misc.xml
|
||
|
# *.ipr
|
||
|
|
||
|
# Sonarlint plugin
|
||
|
.idea/**/sonarlint/
|
||
|
|
||
|
# SonarQube Plugin
|
||
|
.idea/**/sonarIssues.xml
|
||
|
|
||
|
# Markdown Navigator plugin
|
||
|
.idea/**/markdown-navigator.xml
|
||
|
.idea/**/markdown-navigator/
|
||
|
|
||
|
### Linux ###
|
||
|
*~
|
||
|
|
||
|
# temporary files which can be created if a process still has a handle open of a deleted file
|
||
|
.fuse_hidden*
|
||
|
|
||
|
# KDE directory preferences
|
||
|
.directory
|
||
|
|
||
|
# Linux trash folder which might appear on any partition or disk
|
||
|
.Trash-*
|
||
|
|
||
|
# .nfs files are created when an open file is removed but is still being accessed
|
||
|
.nfs*
|
||
|
|
||
|
# End of https://www.gitignore.io/api/git,linux,android,intellij
|