File tree Expand file tree Collapse file tree 1 file changed +68
-0
lines changed Expand file tree Collapse file tree 1 file changed +68
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Compiled source #
2
+ # ##################
3
+ * .com
4
+ * .class
5
+ * .dll
6
+ * .exe
7
+ * .o
8
+ * .so
9
+
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
18
+ * .jar
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
+ .ivy2
43
+ .ivy2.cache
44
+ .m2
45
+
46
+ # Build output directies
47
+ /target
48
+ * /target
49
+ /build
50
+ * /build
51
+
52
+ # IntelliJ specific files/directories
53
+ out
54
+ .idea
55
+ * .ipr
56
+ * .iws
57
+ * .iml
58
+ atlassian-ide-plugin.xml
59
+
60
+ # Eclipse specific files/directories
61
+ .classpath
62
+ .project
63
+ .settings
64
+ .metadata
65
+
66
+ # NetBeans specific files/directories
67
+ .nbattrs
68
+ /bin
You can’t perform that action at this time.
0 commit comments