2019-08-20 20:02:27 +02:00
|
|
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
|
|
|
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
2019-06-28 14:18:59 +02:00
|
|
|
|
2019-08-20 20:02:27 +02:00
|
|
|
# User-specific stuff
|
|
|
|
.idea/**/workspace.xml
|
|
|
|
.idea/**/tasks.xml
|
|
|
|
.idea/**/usage.statistics.xml
|
|
|
|
.idea/**/dictionaries
|
|
|
|
.idea/**/shelf
|
|
|
|
|
|
|
|
# Files for the ART/Dalvik VM
|
2019-06-28 14:18:59 +02:00
|
|
|
*.dex
|
|
|
|
|
|
|
|
# Java class files
|
|
|
|
*.class
|
|
|
|
|
|
|
|
# Generated files
|
2019-08-20 20:02:27 +02:00
|
|
|
.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-*/
|
2019-06-28 14:18:59 +02:00
|
|
|
|
|
|
|
# Gradle files
|
|
|
|
.gradle/
|
|
|
|
build/
|
|
|
|
|
2019-08-20 20:02:27 +02:00
|
|
|
# Android Studio
|
|
|
|
.idea/caches
|
|
|
|
.idea/assetWizardSettings.xml
|
2019-06-28 14:18:59 +02:00
|
|
|
|
2019-08-20 20:02:27 +02:00
|
|
|
# Mongo Explorer plugin
|
|
|
|
.idea/**/mongoSettings.xml
|
2019-06-28 14:18:59 +02:00
|
|
|
|
2019-08-20 20:02:27 +02:00
|
|
|
# File-based project format
|
|
|
|
*.iws
|
2019-06-28 14:18:59 +02:00
|
|
|
|
2019-08-20 20:02:27 +02:00
|
|
|
# Local configuration file (SDK path, etc)
|
|
|
|
local.properties
|
2019-06-28 14:18:59 +02:00
|
|
|
|
2019-08-20 20:02:27 +02:00
|
|
|
# External native build folder generated in Android Studio 2.2 and later
|
2019-09-14 14:41:00 +02:00
|
|
|
.externalNativeBuild/
|
|
|
|
.cxx/
|
2019-06-28 14:18:59 +02:00
|
|
|
|
|
|
|
# IntelliJ
|
2019-08-20 20:02:27 +02:00
|
|
|
out/
|
2019-06-28 14:18:59 +02:00
|
|
|
|
2019-08-20 20:02:27 +02:00
|
|
|
# mpeltonen/sbt-idea plugin
|
|
|
|
.idea_modules/
|
2019-06-28 14:18:59 +02:00
|
|
|
|
2019-08-20 20:02:27 +02:00
|
|
|
# JIRA plugin
|
|
|
|
atlassian-ide-plugin.xml
|
2019-06-28 14:18:59 +02:00
|
|
|
|
2019-08-20 20:02:27 +02:00
|
|
|
# Cursive Clojure plugin
|
|
|
|
.idea/replstate.xml
|
2019-06-28 14:18:59 +02:00
|
|
|
|
2019-08-20 20:02:27 +02:00
|
|
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
|
|
com_crashlytics_export_strings.xml
|
|
|
|
crashlytics.properties
|
|
|
|
crashlytics-build.properties
|
|
|
|
fabric.properties
|
2019-06-28 14:18:59 +02:00
|
|
|
|
2019-08-20 20:02:27 +02:00
|
|
|
# Editor-based Rest Client
|
|
|
|
.idea/httpRequests
|
|
|
|
|
|
|
|
# Android studio 3.1+ serialized cache file
|
|
|
|
.idea/caches/build_file_checksums.ser
|
|
|
|
|
|
|
|
# Android Studio captures folder
|
2019-09-05 14:42:19 +02:00
|
|
|
captures/
|
|
|
|
|
|
|
|
# VSCode
|
|
|
|
.vscode/
|
|
|
|
|
2019-09-14 14:41:00 +02:00
|
|
|
# Discord plugin for IntelliJ IDEA
|
2020-02-11 07:34:22 +01:00
|
|
|
.idea/discord.xml
|