1
1
2
- # Created by https://www.gitignore.io/api/java,gradle,windows,intellij
3
- # Edit at https://www.gitignore.io/?templates=java,gradle,windows,intellij
2
+ # Created by https://www.gitignore.io/api/java,linux,macos,gradle,windows,eclipse,intellij
3
+ # Edit at https://www.gitignore.io/?templates=java,linux,macos,gradle,windows,eclipse,intellij
4
+
5
+ # ## Eclipse ###
6
+ .metadata
7
+ bin /
8
+ tmp /
9
+ * .tmp
10
+ * .bak
11
+ * .swp
12
+ * ~.nib
13
+ local.properties
14
+ .settings /
15
+ .loadpath
16
+ .recommenders
17
+
18
+ # External tool builders
19
+ .externalToolBuilders /
20
+
21
+ # Locally stored "Eclipse launch configurations"
22
+ * .launch
23
+
24
+ # PyDev specific (Python IDE for Eclipse)
25
+ * .pydevproject
26
+
27
+ # CDT-specific (C/C++ Development Tooling)
28
+ .cproject
29
+
30
+ # CDT- autotools
31
+ .autotools
32
+
33
+ # Java annotation processor (APT)
34
+ .factorypath
35
+
36
+ # PDT-specific (PHP Development Tools)
37
+ .buildpath
38
+
39
+ # sbteclipse plugin
40
+ .target
41
+
42
+ # Tern plugin
43
+ .tern-project
44
+
45
+ # TeXlipse plugin
46
+ .texlipse
47
+
48
+ # STS (Spring Tool Suite)
49
+ .springBeans
50
+
51
+ # Code Recommenders
52
+ .recommenders /
53
+
54
+ # Annotation Processing
55
+ .apt_generated /
56
+
57
+ # Scala IDE specific (Scala & Java development for Eclipse)
58
+ .cache-main
59
+ .scala_dependencies
60
+ .worksheet
61
+
62
+ # ## Eclipse Patch ###
63
+ # Eclipse Core
64
+ .project
65
+
66
+ # JDT-specific (Eclipse Java Development Tools)
67
+ .classpath
68
+
69
+ # Annotation Processing
70
+ .apt_generated
71
+
72
+ .sts4-cache /
4
73
5
74
# ## Intellij ###
6
75
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
@@ -70,6 +139,9 @@ fabric.properties
70
139
# Android studio 3.1+ serialized cache file
71
140
.idea /caches /build_file_checksums.ser
72
141
142
+ # JetBrains templates
143
+ ** ___jb_tmp___
144
+
73
145
# ## Intellij Patch ###
74
146
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
75
147
@@ -78,14 +150,6 @@ fabric.properties
78
150
# .idea/misc.xml
79
151
# *.ipr
80
152
81
- # BEGIN EveryOS
82
- # ## Eclipse ###
83
- .settings /
84
- bin /
85
- .project
86
- .classpath
87
- # END EveryOS
88
-
89
153
# Sonarlint plugin
90
154
.idea /sonarlint
91
155
@@ -114,6 +178,49 @@ bin/
114
178
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
115
179
hs_err_pid *
116
180
181
+ # ## Linux ###
182
+ * ~
183
+
184
+ # temporary files which can be created if a process still has a handle open of a deleted file
185
+ .fuse_hidden *
186
+
187
+ # KDE directory preferences
188
+ .directory
189
+
190
+ # Linux trash folder which might appear on any partition or disk
191
+ .Trash- *
192
+
193
+ # .nfs files are created when an open file is removed but is still being accessed
194
+ .nfs *
195
+
196
+ # ## macOS ###
197
+ # General
198
+ .DS_Store
199
+ .AppleDouble
200
+ .LSOverride
201
+
202
+ # Icon must end with two \r
203
+ Icon
204
+
205
+ # Thumbnails
206
+ ._ *
207
+
208
+ # Files that might appear in the root of a volume
209
+ .DocumentRevisions-V100
210
+ .fseventsd
211
+ .Spotlight-V100
212
+ .TemporaryItems
213
+ .Trashes
214
+ .VolumeIcon.icns
215
+ .com.apple.timemachine.donotpresent
216
+
217
+ # Directories potentially created on remote AFP share
218
+ .AppleDB
219
+ .AppleDesktop
220
+ Network Trash Folder
221
+ Temporary Items
222
+ .apdisk
223
+
117
224
# ## Windows ###
118
225
# Windows thumbnail cache files
119
226
Thumbs.db
@@ -158,4 +265,4 @@ gradle-app.setting
158
265
# ## Gradle Patch ###
159
266
** /build /
160
267
161
- # End of https://www.gitignore.io/api/java,gradle,windows,intellij
268
+ # End of https://www.gitignore.io/api/java,linux,macos, gradle,windows,eclipse ,intellij
0 commit comments