Add .ignore
file to make config.toml
searchable in vscode
This commit is contained in:
parent
aabbf84b45
commit
879d143229
2 changed files with 3 additions and 0 deletions
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
|
.gitignore
|
||||||
.gitmodules
|
.gitmodules
|
||||||
.mailmap
|
.mailmap
|
||||||
|
.ignore
|
||||||
Copyright: The Rust Project Developers (see https://thanks.rust-lang.org)
|
Copyright: The Rust Project Developers (see https://thanks.rust-lang.org)
|
||||||
License: MIT or Apache-2.0
|
License: MIT or Apache-2.0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue