File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- .terraform /
2- terraform.tfstate.d /
3- Chart.lock
4- charts /
5- public /
6- node_modules
7- package-lock.json
8- tests /* /terraform /outputs.json
9- tests /* /terraform /kubeconfig.yaml
10- tests /* /terraform /terraform.tfstate *
11- tests /* /terraform /.terraform.lock.hcl
12- .DS_STORE
13- tests /* /.terraform.lock.hcl
14- tests /* /kubeconfig.yaml
15- tests /* /terraform.tfstate
16- tests /* /terraform.tfstate.backup
1+ # ## Unwanted Terraform files when using the examples ###
2+
173examples /* /.terraform
184examples /* /terraform.tfstate
195examples /* /terraform.tfstate. *
206examples /* /.terraform.tfstate.lock.info
217examples /* /* -config
228examples /* /.terraform.lock.hcl
9+
10+
11+ # ## Files and folders when building the website and documentation locally ###
12+
13+ node_modules
14+ package-lock.json
15+ public
2316docs_test
17+
18+
19+ # ## VS Code
20+
21+ .vs
22+ .vscode
23+
24+
25+ # ## Linux ###
26+
27+ * ~
28+
29+ # temporary files which can be created if a process still has a handle open of a deleted file
30+ .fuse_hidden *
31+
32+ # KDE directory preferences
33+ .directory
34+
35+
36+ # ## macOS ###
37+
38+ # General
39+ .DS_Store
40+ .AppleDouble
41+ .LSOverride
42+
43+ # Thumbnails
44+ ._ *
45+
46+
47+ # ## Windows ###
48+
49+ # Windows thumbnail cache files
50+ Thumbs.db
51+ ehthumbs.db
52+ ehthumbs_vista.db
53+
54+ # Folder config file
55+ [Dd ]esktop.ini
You can’t perform that action at this time.
0 commit comments