Update initialized .gitignore

This commit is contained in:
mo8it 2024-04-25 15:23:24 +02:00
parent 29abaee4ec
commit b3b4b7d59c

View File

@ -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"]}"#;