mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-15 00:04:58 +02:00
Ignore .rustlings-state.json
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user