1
0
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:
mo8it
2025-06-28 01:31:49 +02:00
parent cb60c8887c
commit 57b3727b3e

View File

@ -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