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(())
|
||||
}
|
||||
|
||||
pub const GITIGNORE: &[u8] = b".rustlings-state.txt
|
||||
Cargo.lock
|
||||
pub const GITIGNORE: &[u8] = b"Cargo.lock
|
||||
target/
|
||||
.vscode/
|
||||
!.vscode/extensions.json
|
||||
|
Reference in New Issue
Block a user