Rollup merge of #126876 - WaffleLapkin:unignoreconfigtoml, r=Mark-Simulacrum
Add `.ignore` file to make `config.toml` searchable in vscode Based on this answer on [Stack Overflow](https://stackoverflow.com/a/72059075).
This commit is contained in:
commit
c7aee65edd
2
.ignore
Normal file
2
.ignore
Normal file
@ -0,0 +1,2 @@
|
||||
# Make vscode *not* count `config.toml` as ignored, so it is included in search
|
||||
!/config.toml
|
@ -36,6 +36,7 @@ Files: compiler/*
|
||||
.gitignore
|
||||
.gitmodules
|
||||
.mailmap
|
||||
.ignore
|
||||
Copyright: The Rust Project Developers (see https://thanks.rust-lang.org)
|
||||
License: MIT or Apache-2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user