Skip to content

Commit dc3c016

Browse files
committed
Add .gitignore
0 parents  commit dc3c016

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

.gitignore

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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/

0 commit comments

Comments
 (0)