1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-11-08 09:09:17 +01:00

Ignore .rustlings-state.json

This commit is contained in:
mo8it 2024-04-07 23:54:32 +02:00
parent 93f8d1610d
commit db25cc9157

@ -36,7 +36,8 @@ publish = false
}
fn create_gitignore() -> io::Result<()> {
let gitignore = b"/target";
let gitignore = b"/target
/.rustlings-state.json";
OpenOptions::new()
.create_new(true)
.write(true)