mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
Add newline at the end of the generated .gitignore
This commit is contained in:
parent
d5a6dee1b3
commit
8bd03093eb
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ pub fn init(exercises: &[Exercise]) -> Result<()> {
|
|||
}
|
||||
|
||||
const GITIGNORE: &[u8] = b"/target
|
||||
/.rustlings-state.json";
|
||||
/.rustlings-state.json
|
||||
";
|
||||
|
||||
const VS_CODE_EXTENSIONS_JSON: &[u8] = br#"{"recommendations":["rust-lang.rust-analyzer"]}"#;
|
||||
|
||||
|
|
Loading…
Reference in a new issue