mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-07-11 01:10:33 +02:00
Don't ignore .rustlings-state.txt
in .gitignore
of rustlings dev new
This commit is contained in:
@ -78,8 +78,7 @@ pub fn new(path: &Path, no_git: bool) -> Result<()> {
|
|||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
pub const GITIGNORE: &[u8] = b".rustlings-state.txt
|
pub const GITIGNORE: &[u8] = b"Cargo.lock
|
||||||
Cargo.lock
|
|
||||||
target/
|
target/
|
||||||
.vscode/
|
.vscode/
|
||||||
!.vscode/extensions.json
|
!.vscode/extensions.json
|
||||||
|
Reference in New Issue
Block a user