mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-24 22:47:32 -05:00
Ignore .rustlings-state.json
This commit is contained in:
parent
93f8d1610d
commit
db25cc9157
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ publish = false
|
||||||
}
|
}
|
||||||
|
|
||||||
fn create_gitignore() -> io::Result<()> {
|
fn create_gitignore() -> io::Result<()> {
|
||||||
let gitignore = b"/target";
|
let gitignore = b"/target
|
||||||
|
/.rustlings-state.json";
|
||||||
OpenOptions::new()
|
OpenOptions::new()
|
||||||
.create_new(true)
|
.create_new(true)
|
||||||
.write(true)
|
.write(true)
|
||||||
|
|
Loading…
Reference in a new issue