Skip to content

Commit cdf4651

Browse files
authored
remove .vscode and gitignore it (#4498)
**What type of PR is this?** Other **What does this PR do? Why is it needed?** The .vscode directory isn't meant to be checked in like this, and causes churn that vscode users have to remove before sending PRs. We remove it, add it to .gitignore so future folks don't accidentally check it in. Folks can check out the more general Editor setup wiki page for instructions. **Which issues(s) does this PR fix?** Fixes #4497.
1 parent b764503 commit cdf4651

File tree

4 files changed

+3
-40
lines changed

4 files changed

+3
-40
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
/examples/*/bazel-*
66
/.ijwb/
77
/tests/bcr/.ijwb/
8+
.vscode

.vscode/extensions.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 32 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Want to contribute? Great! First, read this page (including the small print at
22
the end).
33

44
### Before you contribute
5+
56
**Before we can use your code, you must sign the
67
[Google Individual Contributor License Agreement](https://developers.google.com/open-source/cla/individual?csw=1)
78
(CLA)**, which you can do online.
@@ -15,6 +16,7 @@ the CLA until after you've submitted your code for review and a member has
1516
approved it, but you must do it before we can put your code into our codebase.
1617

1718
### The small print
19+
1820
Contributions made by corporations are covered by a different agreement than
1921
the one above, the
2022
[Software Grant and Corporate Contributor License Agreement](https://cla.developers.google.com/about/google-corporate).

0 commit comments

Comments
 (0)