blob: 837391e5835adfee34c0bc3d7b00bc8e17a3d21f [file] [log] [blame]
wasala7b0c16b2018-11-14 12:07:35 +01001### Eclipse ###
2
3.metadata
4bin/
5tmp/
6*.tmp
7*.bak
8*.swp
9*~.nib
10local.properties
11.settings/
12.loadpath
13.recommenders
14
15# External tool builders
16.externalToolBuilders/
17
18# Locally stored "Eclipse launch configurations"
19*.launch
20
21# PyDev specific (Python IDE for Eclipse)
22*.pydevproject
23
24# CDT-specific (C/C++ Development Tooling)
25.cproject
26
27# CDT- autotools
28.autotools
29
30# Java annotation processor (APT)
31.factorypath
32
33# PDT-specific (PHP Development Tools)
34.buildpath
35
36# sbteclipse plugin
37.target
38
39# Tern plugin
40.tern-project
41
42# TeXlipse plugin
43.texlipse
44
45# STS (Spring Tool Suite)
46.springBeans
47
48# Code Recommenders
49.recommenders/
50
51# Annotation Processing
52.apt_generated/
53
54# Scala IDE specific (Scala & Java development for Eclipse)
55.cache-main
56.scala_dependencies
57.worksheet
58
59### Eclipse Patch ###
60# Eclipse Core
61.project
62
63# JDT-specific (Eclipse Java Development Tools)
64.classpath
65
66# Annotation Processing
67.apt_generated
68
69.sts4-cache/
70
71### Intellij ###
72# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
73# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
74
75# User-specific stuff
76.idea/**/workspace.xml
77.idea/**/tasks.xml
78.idea/**/usage.statistics.xml
79.idea/**/dictionaries
80.idea/**/shelf
81
82# Generated files
83.idea/**/contentModel.xml
84
85# Sensitive or high-churn files
86.idea/**/dataSources/
87.idea/**/dataSources.ids
88.idea/**/dataSources.local.xml
89.idea/**/sqlDataSources.xml
90.idea/**/dynamic.xml
91.idea/**/uiDesigner.xml
92.idea/**/dbnavigator.xml
93
94# Gradle
95.idea/**/gradle.xml
96.idea/**/libraries
97
98# Gradle and Maven with auto-import
99# When using Gradle or Maven with auto-import, you should exclude module files,
100# since they will be recreated, and may cause churn. Uncomment if using
101# auto-import.
102# .idea/modules.xml
103# .idea/*.iml
104# .idea/modules
105
106# CMake
107cmake-build-*/
108
109# Mongo Explorer plugin
110.idea/**/mongoSettings.xml
111
112# File-based project format
113*.iws
114
115# IntelliJ
116out/
117
118# mpeltonen/sbt-idea plugin
119.idea_modules/
120
121# JIRA plugin
122atlassian-ide-plugin.xml
123
124# Cursive Clojure plugin
125.idea/replstate.xml
126
127# Crashlytics plugin (for Android Studio and IntelliJ)
128com_crashlytics_export_strings.xml
129crashlytics.properties
130crashlytics-build.properties
131fabric.properties
132
133# Editor-based Rest Client
134.idea/httpRequests
135
136# Android studio 3.1+ serialized cache file
137.idea/caches/build_file_checksums.ser
138
139### Intellij Patch ###
140# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
141
142*.iml
143.idea
144# modules.xml
145# .idea/misc.xml
146# *.ipr
147
148# Sonarlint plugin
149.idea/sonarlint
150
151### Java ###
152# Compiled class file
153*.class
154
155# Log file
156*.log
157
158# BlueJ files
159*.ctxt
160
161# Mobile Tools for Java (J2ME)
162.mtj.tmp/
163
164# Package Files #
165*.jar
166*.war
167*.nar
168*.ear
169*.zip
170*.tar.gz
171*.rar
172
173# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
174hs_err_pid*
175
Piotr Jaszczyk3d6feef2019-06-03 14:20:40 +0200176# VSCode
177.vscode/
178
wasala7b0c16b2018-11-14 12:07:35 +0100179### Maven ###
180# Maven
181target
182target/
183pom.xml.tag
184pom.xml.releaseBackup
185pom.xml.versionsBackup
186pom.xml.next
187release.properties
188dependency-reduced-pom.xml
189buildNumber.properties
190.mvn/timing.properties
Piotr Jaszczyk3d6feef2019-06-03 14:20:40 +0200191.mvn/wrapper/maven-wrapper.jar