File tree Expand file tree Collapse file tree 1 file changed +35
-15
lines changed Expand file tree Collapse file tree 1 file changed +35
-15
lines changed Original file line number Diff line number Diff line change
1
+ # Compiled class file
1
2
* .class
2
- * ._trace
3
- * .xtendbin
4
- * .DS_Store
3
+
4
+ # Log file
5
5
* .log
6
- ** /target
7
- ** /bin
8
- ** /test-output
9
- ** /xtend-gen
10
- ** /.sonar
11
- ** /.project
12
- ** /.classpath
13
- ** /.settings
14
- ** /.idea
15
6
16
- # Mobile Tools for Java (J2ME)
17
- .mtj.tmp /
18
7
19
- # Package Files #
8
+
9
+ # Package Files
20
10
* .jar
21
11
* .war
12
+ * .nar
22
13
* .ear
14
+ * .zip
15
+ * .tar.gz
16
+ * .rar
23
17
24
18
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
25
19
hs_err_pid *
26
20
21
+ # Xtend
22
+ * ._trace
23
+ * .xtendbin
24
+ ** /xtend-gen
25
+
26
+ # SonarQube
27
+ ** /.sonar
28
+ ** /.scannerwork
29
+
30
+ # Eclipse / Visual Studio Code
31
+ .project
32
+ .classpath
33
+ ** /.settings
34
+
35
+ # IntelliJ
36
+ ** /.idea
37
+ * .iml
38
+
39
+ # macOS
40
+ * .DS_Store
41
+
42
+ # Windows
27
43
Thumbs.db
44
+
45
+ # Targets
46
+ ** /target
47
+ ** /bin
You can’t perform that action at this time.
0 commit comments