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