1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-15 00:04:58 +02:00

Don't ignore .vscode/extensions.json when developing third-party exercises

This commit is contained in:
mo8it
2024-04-25 15:34:58 +02:00
parent fcefa3d614
commit 212c82c6f6
2 changed files with 9 additions and 2 deletions

View File

@ -55,7 +55,7 @@ pub fn init() -> Result<()> {
Ok(())
}
pub const GITIGNORE: &[u8] = b".rustlings-state.txt
const GITIGNORE: &[u8] = b".rustlings-state.txt
Cargo.lock
target
.vscode