File tree 1 file changed +52
-0
lines changed
1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Miscellaneous
2
+ * .java.hsp
3
+ * .sonarj
4
+ * .sw *
5
+ .DS_Store
6
+ build.sh
7
+ integration-repo
8
+ ivy-cache
9
+ argfile *
10
+ activemq-data /
11
+ classes /
12
+
13
+ # Log files
14
+ jxl.log
15
+ jmx.log
16
+ derby.log
17
+
18
+ # Gradle artifacts
19
+ .gradle
20
+ .gradletasknamecache
21
+ /build
22
+ buildSrc /build
23
+ /spring- * /build
24
+ /framework-bom /build
25
+ /framework-docs /build
26
+ /integration-tests /build
27
+ /src /asciidoc /build
28
+ spring-test /test-output /
29
+
30
+ # Maven artifacts
31
+ pom.xml
32
+ /target /
33
+
34
+ # Eclipse artifacts, including WTP generated manifests
35
+ bin
36
+ .classpath
37
+ .project
38
+ .settings
39
+ .springBeans
40
+ spring- * /src /main /java /META-INF /MANIFEST.MF
41
+
42
+ # IDEA artifacts and output dirs
43
+ * .iml
44
+ * .ipr
45
+ * .iws
46
+ .idea
47
+ out
48
+ test-output
49
+ atlassian-ide-plugin.xml
50
+
51
+ # VS Code
52
+ .vscode /
You can’t perform that action at this time.
0 commit comments