forked from ovh/public-cloud-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
52 lines (44 loc) · 1.27 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
*.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
*.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