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:
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 New Issue
Block a user