Skip to content

Commit 53da6dc

Browse files
committed
Merge branch '1.0.0.M7' into 1.0.x
2 parents 86de7fe + d52bace commit 53da6dc

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
*.java.hsp
2+
*.sonarj
3+
*.sw*
4+
jxl.log
5+
jmx.log
6+
.settings
7+
.DS_Store
8+
.springBeans
9+
10+
classes/
11+
target/
12+
13+
# Eclipse
14+
.classpath
15+
.project
16+
17+
# IDEA
18+
*.iml
19+
*.ipr
20+
*.iws
21+
.idea
22+
out
23+
test-output
24+
atlassian-ide-plugin.xml

0 commit comments

Comments
 (0)