1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-16 10:51:42 +02:00

Ignore .rustlings-state.json

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

View File

@ -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)