-
Notifications
You must be signed in to change notification settings - Fork 23
/
.gitignore
80 lines (75 loc) · 1.64 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
**/.DS_Store
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
!**/src/main/**/build/
!**/src/test/**/build/
!**/src/test/resources/certs/
secretpad-api/client-java-kusciaapi/**/kusciaapi/
secretpad-api/client-java-kusciaapi/**/common/
secretpad-api/client-java-kusciaapi/**/serving/
secretpad-service/**/org/secretflow/proto/
secretpad-service/**/com/secretflow/spec/v1/
secretpad-web/config
### VS Code ###
.vscode/
tmp/
log/
config/certs
config/server.jks
build/**/id_rsa*
build/**/settings.xml
docs/_build
.java-version
/test/TEST-secretpad.xml
/.jpb/
/secretpad-common/src/test/resources/config/
/secretflow-allinone-package/
/secretflow-allinone-package-v0.6.0b0-36-g08b4e1cc.tar.gz
/scripts/oss/secretflow-allinone-package/
/scripts/oss/secretflow-allinone-package-v0.6.0b0-41-g9af69f63.tar.gz
/secretpad-web/db/
/db/secretpad.sqlite
/db/secretpad.sqlite-shm
/db/secretpad.sqlite-wal
/secretpad-common/intermediate.crt
/secretpad-common/intermediate.csr
/secretpad-common/intermediate.key
/secretpad-common/root.crt
/secretpad-common/root.key
/secretpad-common/root.srl
/config/ownerId
/config/ehcache-data/
/config/kuscia/
/secretpad-service/config/
/secretpad-persistence/config/
/secretpad-common/output.orc
/config/ehcache-data/
/config/kuscia/
/secretpad-service/config/
/secretpad-persistence/config/
/secretpad-common/output.orc
/config/ehcache-data/
/db/secretpadQuartz.mv.db.mv.db
/.cloudide/