forked from seam2/jboss-seam
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
41 lines (36 loc) · 782 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# ignore eclipse files
.project
.classpath
.settings/
*.ipr
.idea
*.iws
*.iml
*.tern-project
*.jsfdia
.checkstyle
# maven build results
target
test-output
*.log
# maven jar dependencies for this project
jar-dependencies/
#eclipse output
bin
#others
/build/build.properties
# Eclipse autogenerated files
examples/seamdiscs/seamdiscs-ejb/ejbModule/
examples/seampay/seampay-ejb/ejbModule/
examples/seampay/seampay-web/WebContent/
examples/seamspace/seamspace-ejb/ejbModule/
examples/spring/spring-web/WebContent/
examples/tasks/tasks-ejb/ejbModule/
examples/tasks/tasks-web/WebContent/
examples/todo/todo-ejb/ejbModule/
examples/todo/todo-web/WebContent/
examples/ui/ui-web/WebContent/
examples/wicket/wicket-ejb/ejbModule/
examples/wicket/wicket-web/WebContent/
*.pageflow
.pmd