File tree 1 file changed +57
-0
lines changed
1 file changed +57
-0
lines changed Original file line number Diff line number Diff line change
1
+ * .class
2
+
3
+ # Package Files #
4
+ * .jar
5
+ * .war
6
+
7
+ # gwt caches and compiled units #
8
+ war /gwt_bree /
9
+ gwt-unitCache /
10
+
11
+ # boilerplate generated classes #
12
+ .apt_generated /
13
+
14
+ # more caches and things from deploy #
15
+ war /WEB-INF /deploy /
16
+ war /WEB-INF /classes /
17
+
18
+ # maven #
19
+ target /
20
+ mavenrepo /
21
+ # intellij generated files #
22
+ * .iml
23
+ * .ipr
24
+ * .iws
25
+ .idea /
26
+
27
+ # Eclipse generated files #
28
+ * .pydevproject
29
+ .project
30
+ .metadata
31
+ bin /**
32
+ tmp /**
33
+ tmp /** /*
34
+ * .tmp
35
+ * .bak
36
+ * .swp
37
+ * ~.nib
38
+ local.properties
39
+ .classpath
40
+ .settings /
41
+ .loadpath
42
+ * .ucls
43
+
44
+ # External tool builders
45
+ .externalToolBuilders /
46
+
47
+ # Locally stored "Eclipse launch configurations"
48
+ * .launch
49
+
50
+ # CDT-specific
51
+ .cproject
52
+
53
+ # PDT-specific
54
+ .buildpath
55
+
56
+ # OS X generated files #
57
+ .DS_Store
You can’t perform that action at this time.
0 commit comments