forked from microsoft/DLWorkspace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·77 lines (66 loc) · 1.59 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
*.pyc
**/config.yaml
**/cluster.yaml
**/azure_cluster_config.yaml
**/gs_cluster_file.yaml
**/aws_cluster_file.yaml
**/pxe-coreos-kube.yml
**/pxe-kubemaster.yml
**/azuredeploy*.parameters.json
**/*.pem
**/id_rsa
**/id_rsa.pub
**/deploy/*
*.iso
*.srl
*.swp
src/RepairManager/id_rsa
src/ClusterBootstrap/ssl/ca/ca.srl
**/run.sh.generated
# Generate file
src/docker-image/Readme.md
src/docker-image/dev/Dockerfile
src/docker-image/dev/Readme.md
src/ClusterBootstrap/.nfs*
src/ClusterBootstrap/iso-creator/mkimg.sh
src/ClusterBootstrap/deploy_backup/*
#ASP.NET core
src/WebUI/dotnet/.vs/**
src/WebUI/dotnet/WebPortal/dashboardConfig.json
src/WebUI/dotnet/WebPortal/userconfig.json
src/WebUI/dotnet/WebPortal/configAuth.json
src/WebUI/dotnet/WebPortal/Master-Templates.json
src/WebUI/dotnet/WebPortal/hosting.json
**package-lock.json
**/wwwroot/*
**/bin/Release/*
**/bin/Debug/*
**/obj/Release/*
**/obj/Debug/*
**/obj/*
**/Properties/*
**/node_modules/*
**/bower_components/*
**/.bowerrc
**/project.lock.json
**/WebPortal/obj/*
# SQLite database file
*.db
**/.suo
**/storage.ide
src/RepairManager/.vs/*
src/RepairManager/mock-data/*
/.vs/slnx.sqlite
/.vs/ProjectSettings.json
/.vs/VSWorkspaceState.json
/.vs/DLWorkspace/v15/.suo
cluster-autoscaler
src/ClusterBootstrap/services/monitor/grafana-config.yaml
src/ClusterBootstrap/services/monitor/prometheus-alerting.yaml
src/ClusterBootstrap/services/monitor/alert-templates.yaml
src/ClusterBootstrap/services/jobmanager/dlws-scripts.yaml
src/ClusterBootstrap/services/monitor/alerting/kill-idle.rules
src/ClusterBootstrap/template/*config.yaml.template
**/.vscode/*
.idea
venv