-
Notifications
You must be signed in to change notification settings - Fork 30
/
.gitignore
85 lines (64 loc) · 1.22 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
*_vfsdata.go
.uptodate
/examples/.vagrant
/rpm/output
/test/resource/tests
/test/integration/test/hosts_private
/test/integration/test/hosts_public
/user-guide/templated-config.toml
/user-guide/public
/user-guide/resources/_gen
# Recovery files from vim
*.swp
# Ignore dependency binaries
tools/bin
node_modules
tilt_modules
# Ignore binary dependencies
/setup/wk-quickstart/bin/
# Ignore files generated by footlose:
cluster-key
cluster-key.pub
footloose.yaml
# OS-specific files:
.DS_Store
# Ignore direnv's .envrc files, as they should not be shared and may contain
# sensitive information:
.envrc
# Ignore Terraform state files & working directories:
.terraform/
terraform.tfstate
terraform.tfstate.backup
.terraform.tfstate.lock.info
tf.json
# Build caches
/.cache
/.npm
/.yarnrc
/.config
#IDE specific folder
.idea
# ignore sub-charts pulled in during dev
charts/mccp/charts
# artifacts
cmd/gitops/gitops
tilt_modules
# .vscode
.vscode
*.env
# Helm files pulled in by Tilt
.helm
Tiltfile.local
# build flag artifacts
tools/core-files
# ignore custom scripts and generated config
/tools/custom/
/tools/kind-config.yaml
# ignore error files
yarn-error.log
__pycache__
# ui production build
/build
*.db
*.bolt
.parcel-cache