Skip to content

Commit 227514f

Browse files
author
cmester
committedApr 23, 2014
add .gitignore
1 parent 4f60cea commit 227514f

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
 

‎.gitignore

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
.project
2+
.classpath
3+
.springBeans
4+
.settings/
5+
.idea
6+
.idea/
7+
*.iml
8+
work/
9+
target/
10+
generated/
11+
12+
#Build
13+
target
14+
target-eclipse
15+
*.class
16+
#Misc
17+
*~
18+
*.info
19+
20+
#Idea
21+
*.iml
22+
*.ipr
23+
*.iws
24+
.idea
25+
26+
#Eclipse
27+
.classpath
28+
.project
29+
.settings
30+
.pmd*
31+
32+
*.log
33+
*.log*
34+
logs
35+
36+
*.pyc
37+
*.DS_Store
38+
*.swp
39+
*.vim
40+
41+
*.orig

0 commit comments

Comments
 (0)
Please sign in to comment.