|
@@ -1,17 +1,79 @@
|
1
|
|
-*.sw?
|
2
|
|
-.#*
|
3
|
|
-*#
|
4
|
|
-*~
|
5
|
|
-.classpath
|
6
|
|
-.project
|
7
|
|
-.settings
|
8
|
|
-bin
|
9
|
|
-build
|
10
|
|
-target
|
11
|
|
-dependency-reduced-pom.xml
|
12
|
|
-*.sublime-*
|
13
|
|
-/scratch
|
14
|
|
-.gradle
|
15
|
|
-README.html
|
16
|
1
|
*.iml
|
17
|
|
-.idea
|
|
2
|
+*.ids
|
|
3
|
+*.ipr
|
|
4
|
+*.iws
|
|
5
|
+rebel.xml
|
|
6
|
+*.patch
|
|
7
|
+**/target/
|
|
8
|
+target/
|
|
9
|
+out/
|
|
10
|
+.codenvy/
|
|
11
|
+.idea/
|
|
12
|
+**/logs
|
|
13
|
+*.docx
|
|
14
|
+*.war
|
|
15
|
+*.jar
|
|
16
|
+*.exe
|
|
17
|
+
|
|
18
|
+#################
|
|
19
|
+## Eclipse
|
|
20
|
+#################
|
|
21
|
+
|
|
22
|
+*.pydevproject
|
|
23
|
+.project
|
|
24
|
+.metadata
|
|
25
|
+bin/
|
|
26
|
+tmp/
|
|
27
|
+*.tmp
|
|
28
|
+*.bak
|
|
29
|
+*.swp
|
|
30
|
+*~.nib
|
|
31
|
+local.properties
|
|
32
|
+.classpath
|
|
33
|
+.settings/
|
|
34
|
+.loadpath
|
|
35
|
+
|
|
36
|
+# External tool builders
|
|
37
|
+.externalToolBuilders/
|
|
38
|
+
|
|
39
|
+# Locally stored "Eclipse launch configurations"
|
|
40
|
+*.launch
|
|
41
|
+
|
|
42
|
+# CDT-specific
|
|
43
|
+.cproject
|
|
44
|
+
|
|
45
|
+# PDT-specific
|
|
46
|
+.buildpath
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+# Build results
|
|
50
|
+
|
|
51
|
+[Dd]ebug/
|
|
52
|
+[Rr]elease/
|
|
53
|
+x64/
|
|
54
|
+build/
|
|
55
|
+[Bb]in/
|
|
56
|
+[Oo]bj/
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+#############
|
|
62
|
+## Windows
|
|
63
|
+#############
|
|
64
|
+
|
|
65
|
+# Windows image file caches
|
|
66
|
+Thumbs.db
|
|
67
|
+ehthumbs.db
|
|
68
|
+
|
|
69
|
+# Folder config file
|
|
70
|
+Desktop.ini
|
|
71
|
+
|
|
72
|
+# Recycle Bin used on file shares
|
|
73
|
+$RECYCLE.BIN/
|
|
74
|
+
|
|
75
|
+# Mac crap
|
|
76
|
+.DS_Store
|
|
77
|
+
|
|
78
|
+odbc-*.jar
|
|
79
|
+/Shared/src/main/java/com/hsbc/sed/service/DirectConnectionFactoryService.java
|