]> git.lizzy.rs Git - rust.git/commitdiff
Merge #10925
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sat, 4 Dec 2021 12:17:29 +0000 (12:17 +0000)
committerGitHub <noreply@github.com>
Sat, 4 Dec 2021 12:17:29 +0000 (12:17 +0000)
10925: minor: Simplify `.vscodeignore` r=lnicola a=lnicola

The quadruple negation we used to have here was quite confusing:

```gitignore
**
!out
out/**
!out/src
```

Let's ignore everything and cherry-pick what we want to include.

~~And also include the extension sourcemap, just in case someone wants to debug the extension.~~

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>

Trivial merge