mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-01-13 00:00:03 +03:00
Ignore .rustlings-state.json
This commit is contained in:
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)
|
||||
|
|
Loading…
Reference in a new issue