1
+
2
+ # Mobile Tools for Java (J2ME)
3
+ .mtj.tmp /
4
+
5
+ # ## Eclipse
6
+ .settings /
7
+ .classpath
8
+ .project
9
+
10
+
11
+ # Created by https://www.gitignore.io/api/macos,java,windows,intellij,intellij+iml,maven
12
+
13
+ # ## macOS ###
14
+ * .DS_Store
15
+ .AppleDouble
16
+ .LSOverride
17
+
18
+ # Icon must end with two \r
19
+ Icon
20
+ # Thumbnails
21
+ ._ *
22
+ # Files that might appear in the root of a volume
23
+ .DocumentRevisions-V100
24
+ .fseventsd
25
+ .Spotlight-V100
26
+ .TemporaryItems
27
+ .Trashes
28
+ .VolumeIcon.icns
29
+ .com.apple.timemachine.donotpresent
30
+ # Directories potentially created on remote AFP share
31
+ .AppleDB
32
+ .AppleDesktop
33
+ Network Trash Folder
34
+ Temporary Items
35
+ .apdisk
36
+
37
+
38
+ # ## Windows ###
39
+ # Windows image file caches
40
+ Thumbs.db
41
+ ehthumbs.db
42
+
43
+ # Folder config file
44
+ Desktop.ini
45
+
46
+ # Recycle Bin used on file shares
47
+ $RECYCLE.BIN /
48
+
49
+ # Windows Installer files
50
+ * .cab
51
+ * .msi
52
+ * .msm
53
+ * .msp
54
+
55
+ # Windows shortcuts
56
+ * .lnk
57
+
58
+
59
+ # ## Intellij ###
60
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
61
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
62
+
63
+ # User-specific stuff:
64
+ .idea /workspace.xml
65
+ .idea /tasks.xml
66
+
67
+ # Sensitive or high-churn files:
68
+ .idea /dataSources /
69
+ .idea /dataSources.ids
70
+ .idea /dataSources.xml
71
+ .idea /dataSources.local.xml
72
+ .idea /sqlDataSources.xml
73
+ .idea /dynamic.xml
74
+ .idea /uiDesigner.xml
75
+
76
+ # Gradle:
77
+ .idea /gradle.xml
78
+ .idea /libraries
79
+
80
+ # Mongo Explorer plugin:
81
+ .idea /mongoSettings.xml
82
+
83
+ # # File-based project format:
84
+ * .iws
85
+
86
+ # # Plugin-specific files:
87
+
88
+ # IntelliJ
89
+ /out /
90
+
91
+ # mpeltonen/sbt-idea plugin
92
+ .idea_modules /
93
+
94
+ # JIRA plugin
95
+ atlassian-ide-plugin.xml
96
+
97
+ # Crashlytics plugin (for Android Studio and IntelliJ)
98
+ com_crashlytics_export_strings.xml
99
+ crashlytics.properties
100
+ crashlytics-build.properties
101
+ fabric.properties
102
+
103
+ # ## Intellij Patch ###
104
+ # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
105
+
106
+ # *.iml
107
+ # modules.xml
108
+ # .idea/misc.xml
109
+ # *.ipr
110
+
111
+
112
+ # ## Intellij+iml ###
113
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
114
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
115
+
116
+ # User-specific stuff:
117
+
118
+ # Sensitive or high-churn files:
119
+
120
+ # Gradle:
121
+
122
+ # Mongo Explorer plugin:
123
+
124
+ # # File-based project format:
125
+
126
+ # # Plugin-specific files:
127
+
128
+ # IntelliJ
129
+
130
+ # mpeltonen/sbt-idea plugin
131
+
132
+ # JIRA plugin
133
+
134
+ # Crashlytics plugin (for Android Studio and IntelliJ)
135
+
136
+ # ## Intellij+iml Patch ###
137
+ # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
138
+
139
+ * .iml
140
+ modules.xml
141
+ .idea /misc.xml
142
+ * .ipr
143
+
144
+
145
+ # ## Maven ###
146
+ target /
147
+ pom.xml.tag
148
+ pom.xml.releaseBackup
149
+ pom.xml.versionsBackup
150
+ pom.xml.next
151
+ release.properties
152
+ dependency-reduced-pom.xml
153
+ buildNumber.properties
154
+ .mvn /timing.properties
155
+
156
+ # Exclude maven wrapper
157
+ ! /.mvn /wrapper /maven-wrapper.jar
158
+
159
+
160
+ # ## Java ###
1
161
* .class
2
162
163
+ # BlueJ files
164
+ * .ctxt
165
+
3
166
# Mobile Tools for Java (J2ME)
4
167
.mtj.tmp /
5
168
10
173
11
174
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12
175
hs_err_pid *
13
-
14
- # ## IntelliJ Idea
15
- # .idea/
16
- * .iml
17
- * .ipr
18
- * .iws
19
-
20
- # ## Eclipse
21
- .settings /
22
- .classpath
23
- .project
24
-
25
- # ## Maven
26
- target /
0 commit comments