forked from vmware/vic-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (55 loc) · 1.04 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
.vagrant/
.vscode/
.cover/
bin/
binary/
vic_binaries*.tar.gz
secrets.yml
test_secrets.yml
nightly_ui_tests_secrets.yml
secrets-e2e.yml
vic-ci-logs.key
install-*.tar.gz
*.log
log.html
report.html
*.gas
*.pyc
package.list
*container-logs.zip
*certs.zip
integration_logs*
vmware-ovftool
.DS_Store
# generally a bad idea to check certificates into repos - whitelist if needed
**/*.pem
lib/apiservers/portlayer/client/
lib/apiservers/portlayer/cmd
lib/apiservers/portlayer/models
lib/apiservers/portlayer/restapi/*.go
lib/apiservers/portlayer/restapi/operations
!lib/apiservers/portlayer/restapi/configure_port_layer.go
lib/config/dynamic/admiral/client
lib/config/dynamic/admiral/models
lib/config/dynamic/admiral/operations
tests/.project
# go test binaries
*.test
# Intellij files
*.iml
*.zip
\$*
# vic plugin jar / war files
scripts/plugin-manifest
scripts/vsphere-client-serenity/
scripts/plugin-packages/
scripts/upload-to-staging-fileserver.sh
test.secrets
**/*.swf
**/*.jar
**/*.war
**/bin
**/target/*
**/unittest-results/*
# IDE configs files
.idea/