Add `.ignore` file to make `config.toml` searchable in vscode

This commit is contained in:
Maybe Lapkin 2024-06-23 21:55:41 +02:00
parent aabbf84b45
commit 879d143229
2 changed files with 3 additions and 0 deletions

2
.ignore Normal file
View File

@ -0,0 +1,2 @@
# Make vscode *not* count `config.toml` as ignored, so it is included in search
!/config.toml

View File

@ -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