mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-01-13 00:00:03 +03:00
Update initialized .gitignore
This commit is contained in:
parent
29abaee4ec
commit
b3b4b7d59c
|
@ -55,9 +55,10 @@ pub fn init() -> Result<()> {
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
pub const GITIGNORE: &[u8] = b"Cargo.lock
|
pub const GITIGNORE: &[u8] = b".rustlings-state.txt
|
||||||
.rustlings-state.txt
|
Cargo.lock
|
||||||
target
|
target
|
||||||
|
.vscode
|
||||||
";
|
";
|
||||||
|
|
||||||
pub const VS_CODE_EXTENSIONS_JSON: &[u8] = br#"{"recommendations":["rust-lang.rust-analyzer"]}"#;
|
pub const VS_CODE_EXTENSIONS_JSON: &[u8] = br#"{"recommendations":["rust-lang.rust-analyzer"]}"#;
|
||||||
|
|
Loading…
Reference in a new issue