Skip to content

Commit dfd955e

Browse files
committed
chore: remove deprecated exceptions and reorganize .gitignore
1 parent 9f09347 commit dfd955e

1 file changed

Lines changed: 48 additions & 16 deletions

File tree

.gitignore

Lines changed: 48 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,55 @@
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+
173
examples/*/.terraform
184
examples/*/terraform.tfstate
195
examples/*/terraform.tfstate.*
206
examples/*/.terraform.tfstate.lock.info
217
examples/*/*-config
228
examples/*/.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
2316
docs_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

0 commit comments

Comments
 (0)