forked from apulis/Apulis-AI-Platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
95 lines (83 loc) · 2.1 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
*.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/*
src/ClusterBootstrap/*.yaml
*.iso
*.srl
*.swp
.idea
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/*
src/ClusterBootstrap/cloudinit/*
src/ClusterBootstrap/cloudinit.tar
src/ClusterBootstrap/scripts/deploy_framework.sh
src/ClusterBootstrap/scripts/add_machines.sh
src/ClusterBootstrap/scripts/pass_secret.sh
src/ClusterBootstrap/build/pythonenv2.7/*
src/ClusterBootstrap/build/restfulapi2/*
#ASP.NET core
src/**/dotnet/.vs/**
src/**/dotnet/WebPortal/dashboardConfig.json
src/**/dotnet/WebPortal/userconfig.json
src/**/dotnet/WebPortal/configAuth.json
src/**/dotnet/WebPortal/Master-Templates.json
src/**/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/test/mock-data/*
/.vs/slnx.sqlite
/.vs/ProjectSettings.json
/.vs/VSWorkspaceState.json
/.vs/DLWorkspace/v15/.suo
.vscode
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/jobmanager2/dlws-scripts.yaml
src/ClusterBootstrap/services/monitor/alerting/kill-idle.rules
/src/dashboard/build/*
src/dashboard/config/local.yaml
*.log
src/ClusterBootstrap/template/*config.yaml.template
.vscode
.idea
venv
/src/ClusterManager/*.orig
/src/ClusterManager/*.orig
/src/ClusterManager/*.pdf