File tree 1 file changed +68
-6
lines changed
1 file changed +68
-6
lines changed Original file line number Diff line number Diff line change
1
+ # Compiled source #
2
+ # ##################
3
+ * .com
1
4
* .class
5
+ * .dll
6
+ * .exe
7
+ * .o
8
+ * .so
2
9
3
- # Mobile Tools for Java (J2ME)
4
- .mtj.tmp /
5
-
6
- # Package Files #
10
+ # Packages #
11
+ # ###########
12
+ # it's better to unpack these files and commit the raw source
13
+ # git has its own built in compression methods
14
+ * .7z
15
+ * .dmg
16
+ * .gz
17
+ * .iso
7
18
* .jar
8
- * .war
9
- * .ear
19
+ * .rar
20
+ * .tar
21
+ * .zip
22
+
23
+ # Logs and databases #
24
+ # #####################
25
+ * .log
26
+
27
+ # OS generated files #
28
+ # #####################
29
+ .DS_Store *
30
+ ehthumbs.db
31
+ Icon ?
32
+ Thumbs.db
33
+
34
+ # Editor Files #
35
+ # ###############
36
+ * ~
37
+ * .swp
38
+
39
+ # Gradle Files #
40
+ # ###############
41
+ .gradle
42
+ .gradletasknamecache
43
+ .m2
44
+
45
+ # Build output directies
46
+ target /
47
+ build /
48
+
49
+ # IntelliJ specific files/directories
50
+ out
51
+ .idea
52
+ * .ipr
53
+ * .iws
54
+ * .iml
55
+ atlassian-ide-plugin.xml
56
+
57
+ # Eclipse specific files/directories
58
+ .classpath
59
+ .project
60
+ .settings
61
+ .metadata
62
+ bin /
63
+
64
+ # NetBeans specific files/directories
65
+ .nbattrs
66
+ /.nb-gradle /profiles /private /
67
+ .nb-gradle-properties
68
+
69
+ # Scala build
70
+ * .cache
71
+ /.nb-gradle /private /
10
72
11
73
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12
74
hs_err_pid *
You can’t perform that action at this time.
0 commit comments