Skip to content

Commit ad518e7

Browse files
committed
✨ Add .vscode to autogenerated .gitignore files
1 parent 47e6cab commit ad518e7

File tree

10 files changed

+10
-0
lines changed

10 files changed

+10
-0
lines changed

docs/book/src/component-config-tutorial/testdata/project/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Dockerfile.cross
2020

2121
# editor and IDE paraphernalia
2222
.idea
23+
.vscode
2324
*.swp
2425
*.swo
2526
*~

docs/book/src/cronjob-tutorial/testdata/project/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Dockerfile.cross
2020

2121
# editor and IDE paraphernalia
2222
.idea
23+
.vscode
2324
*.swp
2425
*.swo
2526
*~

pkg/plugins/golang/v2/scaffolds/internal/templates/gitignore.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ bin
5959
6060
# editor and IDE paraphernalia
6161
.idea
62+
.vscode
6263
*.swp
6364
*.swo
6465
*~

pkg/plugins/golang/v3/scaffolds/internal/templates/gitignore.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Dockerfile.cross
6161
6262
# editor and IDE paraphernalia
6363
.idea
64+
.vscode
6465
*.swp
6566
*.swo
6667
*~

pkg/plugins/golang/v4/scaffolds/internal/templates/gitignore.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Dockerfile.cross
6060
6161
# editor and IDE paraphernalia
6262
.idea
63+
.vscode
6364
*.swp
6465
*.swo
6566
*~

testdata/project-v2/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ bin
1919

2020
# editor and IDE paraphernalia
2121
.idea
22+
.vscode
2223
*.swp
2324
*.swo
2425
*~

testdata/project-v3/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Dockerfile.cross
2121

2222
# editor and IDE paraphernalia
2323
.idea
24+
.vscode
2425
*.swp
2526
*.swo
2627
*~

testdata/project-v4-declarative-v1/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Dockerfile.cross
2020

2121
# editor and IDE paraphernalia
2222
.idea
23+
.vscode
2324
*.swp
2425
*.swo
2526
*~

testdata/project-v4-with-deploy-image/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Dockerfile.cross
2020

2121
# editor and IDE paraphernalia
2222
.idea
23+
.vscode
2324
*.swp
2425
*.swo
2526
*~

testdata/project-v4-with-grafana/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Dockerfile.cross
2020

2121
# editor and IDE paraphernalia
2222
.idea
23+
.vscode
2324
*.swp
2425
*.swo
2526
*~

0 commit comments

Comments
 (0)