Dmitriy Pavlov | 463f5c9 | 2019-11-01 13:23:08 +0300 | [diff] [blame] | 1 | # Intellij |
| 2 | .idea/ |
| 3 | *.iml |
| 4 | .idea/** |
| 5 | |
| 6 | # Mac |
| 7 | .DS_Store |
| 8 | |
| 9 | # Created by .ignore support plugin (hsz.mobi) |
| 10 | ### Maven template |
| 11 | log/ |
| 12 | target/ |
| 13 | pom.xml.tag |
| 14 | pom.xml.releaseBackup |
| 15 | pom.xml.versionsBackup |
| 16 | pom.xml.next |
Nikolay Izhikov | eb773b8 | 2020-01-20 22:04:30 +0300 | [diff] [blame] | 17 | pom-installed.xml |
Dmitriy Pavlov | 463f5c9 | 2019-11-01 13:23:08 +0300 | [diff] [blame] | 18 | release.properties |
| 19 | dependency-reduced-pom.xml |
| 20 | buildNumber.properties |
| 21 | .mvn/timing.properties |
| 22 | .mvn/wrapper/maven-wrapper.jar |
| 23 | ### Eclipse template |
| 24 | |
| 25 | .metadata |
| 26 | bin/ |
Nikita Amelchev | fd7aafd | 2020-12-22 17:02:26 +0300 | [diff] [blame] | 27 | !/modules/performance-statistics-ext/bin |
Nikolay | c478ce1 | 2021-06-30 19:13:26 +0300 | [diff] [blame] | 28 | !/modules/cdc-ext/bin |
Ivan Daschinskiy | 2cbec94 | 2023-09-11 12:10:43 +0300 | [diff] [blame] | 29 | !/modules/ml-ext/ml/src/main/java/org/apache/ignite/ml/preprocessing/encoding/target |
Dmitriy Pavlov | 463f5c9 | 2019-11-01 13:23:08 +0300 | [diff] [blame] | 30 | tmp/ |
| 31 | *.tmp |
| 32 | *.bak |
| 33 | *.swp |
| 34 | *~.nib |
| 35 | local.properties |
| 36 | .settings/ |
| 37 | .loadpath |
| 38 | .recommenders |
| 39 | |
| 40 | # External tool builders |
| 41 | .externalToolBuilders/ |
| 42 | |
| 43 | # Locally stored "Eclipse launch configurations" |
| 44 | *.launch |
| 45 | |
| 46 | # PyDev specific (Python IDE for Eclipse) |
| 47 | *.pydevproject |
| 48 | |
| 49 | # CDT-specific (C/C++ Development Tooling) |
| 50 | .cproject |
| 51 | |
| 52 | # CDT- autotools |
| 53 | .autotools |
| 54 | |
| 55 | # Java annotation processor (APT) |
| 56 | .factorypath |
| 57 | |
| 58 | # PDT-specific (PHP Development Tools) |
| 59 | .buildpath |
| 60 | |
| 61 | # sbteclipse plugin |
| 62 | .target |
| 63 | |
| 64 | # Tern plugin |
| 65 | .tern-project |
| 66 | |
| 67 | # TeXlipse plugin |
| 68 | .texlipse |
| 69 | |
| 70 | # STS (Spring Tool Suite) |
| 71 | .springBeans |
| 72 | |
| 73 | # Code Recommenders |
| 74 | .recommenders/ |
| 75 | |
| 76 | # Annotation Processing |
| 77 | .apt_generated/ |
| 78 | |
| 79 | # Scala IDE specific (Scala & Java development for Eclipse) |
| 80 | .cache-main |
| 81 | .scala_dependencies |
| 82 | .worksheet |
| 83 | ### JetBrains template |
| 84 | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm |
| 85 | # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 86 | |
| 87 | # User-specific stuff |
| 88 | .idea/**/workspace.xml |
| 89 | .idea/**/tasks.xml |
| 90 | .idea/**/usage.statistics.xml |
| 91 | .idea/**/dictionaries |
| 92 | .idea/**/shelf |
| 93 | |
| 94 | # Sensitive or high-churn files |
| 95 | .idea/**/dataSources/ |
| 96 | .idea/**/dataSources.ids |
| 97 | .idea/**/dataSources.local.xml |
| 98 | .idea/**/sqlDataSources.xml |
| 99 | .idea/**/dynamic.xml |
| 100 | .idea/**/uiDesigner.xml |
| 101 | .idea/**/dbnavigator.xml |
| 102 | |
| 103 | # Gradle |
| 104 | .idea/**/gradle.xml |
| 105 | .idea/**/libraries |
| 106 | |
| 107 | # Gradle and Maven with auto-import |
| 108 | # When using Gradle or Maven with auto-import, you should exclude module files, |
| 109 | # since they will be recreated, and may cause churn. Uncomment if using |
| 110 | # auto-import. |
| 111 | # .idea/modules.xml |
| 112 | # .idea/*.iml |
| 113 | # .idea/modules |
| 114 | |
| 115 | # CMake |
| 116 | cmake-build-*/ |
| 117 | |
| 118 | # Mongo Explorer plugin |
| 119 | .idea/**/mongoSettings.xml |
| 120 | |
| 121 | # File-based project format |
| 122 | *.iws |
| 123 | |
| 124 | # IntelliJ |
| 125 | out/ |
| 126 | |
| 127 | # mpeltonen/sbt-idea plugin |
| 128 | .idea_modules/ |
| 129 | |
| 130 | # JIRA plugin |
| 131 | atlassian-ide-plugin.xml |
| 132 | |
| 133 | # Cursive Clojure plugin |
| 134 | .idea/replstate.xml |
| 135 | |
| 136 | # Crashlytics plugin (for Android Studio and IntelliJ) |
| 137 | com_crashlytics_export_strings.xml |
| 138 | crashlytics.properties |
| 139 | crashlytics-build.properties |
| 140 | fabric.properties |
| 141 | |
| 142 | # Editor-based Rest Client |
| 143 | .idea/httpRequests |
| 144 | |
| 145 | .history |
| 146 | .vscode |
| 147 | .classpath |
Mikhail Petrov | 4194d0a | 2020-10-23 17:56:48 +0300 | [diff] [blame] | 148 | |
| 149 | # Ignite work folder |
| 150 | **/ignite/work/ |
| 151 | **/ignite/README.txt |