Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIgnore VSCode IDE files #23686
Ignore VSCode IDE files #23686
Conversation
|
Why not ignore all of |
|
AFAIK |
Because we have extensions.json? Maybe I can do |
|
|
|
@jdm Could you review this? Currently I have to consciously ignore those files when I commit |
|
@bors-servo r+ |
|
|
For what it’s worth you can also use the local-clone-only ignore file at |
Ignore VSCode IDE files <!-- Please describe your changes on the following line: --> This ignores launch.json (to configure debugger) and `ipch/` (for IntelliSense). --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [x] These changes do not require tests because it only changes gitignore. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23686) <!-- Reviewable:end -->
|
|
saschanaz commentedJul 2, 2019
•
edited by SimonSapin
This ignores launch.json (to configure debugger) and
ipch/(for IntelliSense)../mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is