Skip to content

Commit

Permalink
Merge pull request #3480 from programmer04/add-vscode-gitignore
Browse files Browse the repository at this point in the history
✨ Add .vscode to autogenerated .gitignore files
  • Loading branch information
k8s-ci-robot committed Jun 30, 2023
2 parents 47e6cab + ad518e7 commit 4f7751a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Dockerfile.cross

# editor and IDE paraphernalia
.idea
.vscode
*.swp
*.swo
*~
1 change: 1 addition & 0 deletions docs/book/src/cronjob-tutorial/testdata/project/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Dockerfile.cross

# editor and IDE paraphernalia
.idea
.vscode
*.swp
*.swo
*~
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ bin
# editor and IDE paraphernalia
.idea
.vscode
*.swp
*.swo
*~
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Dockerfile.cross
# editor and IDE paraphernalia
.idea
.vscode
*.swp
*.swo
*~
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Dockerfile.cross
# editor and IDE paraphernalia
.idea
.vscode
*.swp
*.swo
*~
Expand Down
1 change: 1 addition & 0 deletions testdata/project-v2/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ bin

# editor and IDE paraphernalia
.idea
.vscode
*.swp
*.swo
*~
1 change: 1 addition & 0 deletions testdata/project-v3/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Dockerfile.cross

# editor and IDE paraphernalia
.idea
.vscode
*.swp
*.swo
*~
1 change: 1 addition & 0 deletions testdata/project-v4-declarative-v1/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Dockerfile.cross

# editor and IDE paraphernalia
.idea
.vscode
*.swp
*.swo
*~
1 change: 1 addition & 0 deletions testdata/project-v4-with-deploy-image/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Dockerfile.cross

# editor and IDE paraphernalia
.idea
.vscode
*.swp
*.swo
*~
1 change: 1 addition & 0 deletions testdata/project-v4-with-grafana/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Dockerfile.cross

# editor and IDE paraphernalia
.idea
.vscode
*.swp
*.swo
*~

0 comments on commit 4f7751a

Please sign in to comment.