forked from lkrnac/book-eiws-code-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
31 lines (31 loc) · 995 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
# https://git-scm.com/docs/gitignore
# https://help.github.com/articles/ignoring-files
# Example .gitignore files: https://github.com/github/gitignore
/.metadata/
/Servers/
/RemoteSystemsTempFiles/
/**/.settings/
/**/.metadata/
/**/.recommenders/
/**/.classpath
/**/.springBeans
/**/.project
/**/target/
/**/bin/
/**/test-output/
/**/.checkstyle
/**/.eclipse-pmd
/**/*.log
/**/*.epoch
/**/*.lock
/03-ws/0301-ws-xmlconfig-service/src/main/java/localhost/*
/03-ws/0302-ws-javaconfig-service/src/main/java/localhost/*
/03-ws/0303-ws-boot-service/src/main/java/localhost/*
/03-ws/0304-ws-xmpp-service/src/main/java/localhost/*
/03-ws/0305-ws-interceptor-service/src/main/java/localhost/*
/03-ws/0306-ws-error-service/src/main/java/localhost/*
/03-ws/0307-ws-soapaction-service/src/main/java/localhost/*
/03-ws/0304-ws-xmpp-service/src/main/java/xmpp/*
/03-ws/0308-ws-object-factory-service/src/main/java/localhost/*
/03-ws/0308-ws-objectfactory-service/src/main/java/localhost/*
/05-jms/**/KahaDB/*