File tree 1 file changed +37
-4
lines changed
1 file changed +37
-4
lines changed Original file line number Diff line number Diff line change
1
+ # ################# Eclipse ######################
1
2
target
2
3
.metadata
3
4
.settings
4
5
.classpath
5
6
.project
6
7
* .class
8
+ tmp /
9
+ * .tmp
10
+ * .bak
11
+ * ~.nib
12
+ local.properties
13
+ .loadpath
14
+ .recommenders
7
15
8
- # ## Package Files ###
16
+ # ###### Java annotation processor (APT) ########
17
+ .factorypath
18
+
19
+ # ############### Package Files ##################
9
20
* .jar
10
21
* .war
11
22
* .ear
12
- .idea
13
- * .iml
14
23
* .swp
15
24
datanucleus.log
16
25
/bin /
17
26
* .log
18
27
event-sourcing /Journal.json
19
28
20
- # ## Checkstyle ###
29
+ # ################# Checkstyle ################ ###
21
30
.checkstyle
31
+
32
+ # #################### STS #######################
33
+ .apt_generated
34
+ .springBeans
35
+ .sts4-cache
36
+
37
+ # ################ IntelliJ IDEA #################
38
+ .idea
39
+ * .iws
40
+ * .iml
41
+ * .ipr
42
+
43
+ # ################## NetBeans ####################
44
+ /nbproject /private /
45
+ /nbbuild /
46
+ /dist /
47
+ /nbdist /
48
+ /.nb-gradle /
49
+ build /
50
+ ! ** /src /main /** /build /
51
+ ! ** /src /test /** /build /
52
+
53
+ # ################### VS Code ####################
54
+ .vscode /
You can’t perform that action at this time.
0 commit comments