-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (54 loc) · 1.71 KB
/
.gitignore
File metadata and controls
64 lines (54 loc) · 1.71 KB
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
*.swp
ovhrc
.terraform*
*tfstate*
networking/private-networks-multi-region/bastion/*_ssh_config
networking/private-networks-multi-region/keypair/*_rsa
networking/private-networks-multi-region/keypair/*_rsa.pub
examples/01/myMainKeypair_rsa
.gitignore
examples/01/myMainKeypair_rsa.pub
examples/02/apps/hosts
examples/02/myMainKeypair_rsa
examples/02/myMainKeypair_rsa.pub
basics/utils/vars.csv
containers-orchestration/managed-kubernetes/create-cluster-with-tf/my_kube_cluster.yml
containers-orchestration/managed-private-registry/create-registry-with-pulumi/ovhcloud-registry-go/Pulumi.dev.yaml
.DS_Store
*.tfvars
kubeconfig.yml
.quarkus/
containers-orchestration/managed-kubernetes/create-cluster-with-cdktf-and-go/kubeconfig.yaml
containers-orchestration/managed-kubernetes/create-cluster-with-cdktf-and-go/generated
containers-orchestration/managed-kubernetes/create-cluster-with-cdktf-and-go/cdktf.out
.vscode/settings.json
# Python
venv/
.venv/
__pycache__/
.rock-paper-scisors
# JS
node_modules/
# Java
target/
# Never commit your credentials
**/ca.pem
**/service.cert
**/service.key
ai/ai-endpoints/java-langchain4j-chatbot/target/test-classes/com/ovhcloud/examples/aiendpoints/AppTest.class
# IDEs
.idea/
.vscode/
# Dot env files
.env
use-cases/kubeflow/ovhrc.sh
use-cases/kubeflow/kubeconfig
my_kube_cluster.yaml
kustomize
containers-orchestration/managed-rancher/create-rancher-with-tf/variables.tf
use-cases/create-and-use-object-storage-as-tf-backend/my-app/backend.tf
use-cases/create-and-use-object-storage-as-tf-backend/object-storage-tf/variables.tf
# LLM Fine Tune data
ai/llm-fine-tune/dataset/docs/*
ai/llm-fine-tune/dataset/generated/*
containers-orchestration/managed-kubernetes/create-cluster-with-tf-in-3az/variables.tf