blob: c21dba67bb12be94859f3ba2475974ee47dc16f4 [file] [log] [blame]
Dmitriy Pavlov463f5c92019-11-01 13:23:08 +03001# 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
11log/
12target/
13pom.xml.tag
14pom.xml.releaseBackup
15pom.xml.versionsBackup
16pom.xml.next
Nikolay Izhikoveb773b82020-01-20 22:04:30 +030017pom-installed.xml
Dmitriy Pavlov463f5c92019-11-01 13:23:08 +030018release.properties
19dependency-reduced-pom.xml
20buildNumber.properties
21.mvn/timing.properties
22.mvn/wrapper/maven-wrapper.jar
23### Eclipse template
24
25.metadata
26bin/
Nikita Amelchevfd7aafd2020-12-22 17:02:26 +030027!/modules/performance-statistics-ext/bin
Nikolayc478ce12021-06-30 19:13:26 +030028!/modules/cdc-ext/bin
Ivan Daschinskiy2cbec942023-09-11 12:10:43 +030029!/modules/ml-ext/ml/src/main/java/org/apache/ignite/ml/preprocessing/encoding/target
Dmitriy Pavlov463f5c92019-11-01 13:23:08 +030030tmp/
31*.tmp
32*.bak
33*.swp
34*~.nib
35local.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
116cmake-build-*/
117
118# Mongo Explorer plugin
119.idea/**/mongoSettings.xml
120
121# File-based project format
122*.iws
123
124# IntelliJ
125out/
126
127# mpeltonen/sbt-idea plugin
128.idea_modules/
129
130# JIRA plugin
131atlassian-ide-plugin.xml
132
133# Cursive Clojure plugin
134.idea/replstate.xml
135
136# Crashlytics plugin (for Android Studio and IntelliJ)
137com_crashlytics_export_strings.xml
138crashlytics.properties
139crashlytics-build.properties
140fabric.properties
141
142# Editor-based Rest Client
143.idea/httpRequests
144
145.history
146.vscode
147.classpath
Mikhail Petrov4194d0a2020-10-23 17:56:48 +0300148
149# Ignite work folder
150**/ignite/work/
151**/ignite/README.txt