-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
37 lines (37 loc) · 1.11 KB
/
.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
.classpath
.project
.settings
bootstrap/local-hsqldb/schedassistdb.*
build.properties
target
sched-assist-api/.classpath
sched-assist-api/.project
sched-assist-api/.settings
sched-assist-api/target
sched-assist-mock/.classpath
sched-assist-mock/.project
sched-assist-mock/.settings
sched-assist-mock/target
sched-assist-portlet/.classpath
sched-assist-portlet/.project
sched-assist-portlet/.settings
sched-assist-portlet/src/main/resources/scheduling-assistant.properties
sched-assist-portlet/target
sched-assist-spi/.classpath
sched-assist-spi/.project
sched-assist-spi/.settings
sched-assist-spi/target
sched-assist-spi-caldav/.classpath
sched-assist-spi-caldav/.project
sched-assist-spi-caldav/.settings
sched-assist-spi-caldav/src/test/resources/integration.properties
sched-assist-spi-caldav/target
sched-assist-spi-relationships/.classpath
sched-assist-spi-relationships/.project
sched-assist-spi-relationships/.settings
sched-assist-spi-relationships/target
sched-assist-war/.classpath
sched-assist-war/.project
sched-assist-war/.settings
sched-assist-war/src/main/resources/scheduling-assistant.properties
sched-assist-war/target