-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (56 loc) · 898 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
*.swp
*.iml
.idea
.vscode
.DS_Store
dump.rdb
dist
target/
cli/cds/cds
engine/engine
engine/dist
engine/api/.secrets
engine/api/config.toml
engine/config.*toml
engine/worker/worker
engine/docs
*.out
*.coverprofile
*.log
*.test
coverage.html
cover.html
.bash_aliases
npm-debug.log
debug.test
myOpenstackIntegration.yml
myAWSS3Integration.yml
test_results.yml
test_results.xml
*.dump
*.csv
.tmp
contrib/**/dist
config.*.toml
# TEST
tests/fixtures/ITSCWRKFLW1/output
tests/fixtures/04SCWorkflowRunSimplePlugin/plugin-simple-darwin-amd64
tests/fixtures/04SCWorkflowRunSimplePlugin/plugin-simple-linux-amd64
# UI
ui/node_modules
ui/coverage
ui/tests
ui/typings
ui/src/app/**/*.js
ui/semantic
ui/semantic\\
ui/e2e/*.png
ui/documentation
ui/dist
ui/package-lock.json
# doc
docs/content/cli/cdsctl/
docs/content/cli/engine/
docs/content/cli/worker/
docs/content/cli/api/*
!docs/content/cli/api/_index.md