mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 06:13:53 +00:00
Add .ignore
file to make config.toml
searchable in vscode
This commit is contained in:
parent
aabbf84b45
commit
879d143229
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
|
@ -35,6 +35,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