mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-15 00:04:58 +02:00
Add newline at the end of the generated .gitignore
This commit is contained in:
@ -84,7 +84,8 @@ pub fn init(exercises: &[Exercise]) -> Result<()> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const GITIGNORE: &[u8] = b"/target
|
const GITIGNORE: &[u8] = b"/target
|
||||||
/.rustlings-state.json";
|
/.rustlings-state.json
|
||||||
|
";
|
||||||
|
|
||||||
const VS_CODE_EXTENSIONS_JSON: &[u8] = br#"{"recommendations":["rust-lang.rust-analyzer"]}"#;
|
const VS_CODE_EXTENSIONS_JSON: &[u8] = br#"{"recommendations":["rust-lang.rust-analyzer"]}"#;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user