forked from gangchen03/cloudpak8s
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (38 loc) · 658 Bytes
/
.gitignore
File metadata and controls
48 lines (38 loc) · 658 Bytes
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
*.jekyll-metadata
*.retry
**/.DS_Store
**/.config/
.project
# Ignore build-harness
**/.build-harness
**/.ignore/
# Ignore TLS key files
**/*.crt
**/*.csr
**/*.key
# Ignore SSH files
**/*.pem
**/*.ssh_config
**/kubectl.sh
**/*_rsa
**/*_rsa.pub
!**/IBM_Root_CA.pem
# Ignore Terraform tmp files/dirs
**/.terraform/
**/privatekey.pem
**/.terraform.d
**/terraform.tfstate
**/terraform.tfstate.backup
**/.terraform.tfstate.lock.info
**/build-harness
**/.build-harness
# Ignore Vagrant tmp files/dirs
**/.vagrant/
# Ignore LXD files/dirs
**/.config/lxc
# Ignore .deploy dirs
**/.deploy
# Ignore vendor dir contents
**/vendor/*
!**/vendor/.gitkeep
_site/*