Skip to content

Commit 57b3727

Browse files
committed
Don't ignore .rustlings-state.txt in .gitignore of rustlings dev new
1 parent cb60c88 commit 57b3727

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dev/new.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ pub fn new(path: &Path, no_git: bool) -> Result<()> {
7878
Ok(())
7979
}
8080

81-
pub const GITIGNORE: &[u8] = b".rustlings-state.txt
82-
Cargo.lock
81+
pub const GITIGNORE: &[u8] = b"Cargo.lock
8382
target/
8483
.vscode/
8584
!.vscode/extensions.json

0 commit comments

Comments
 (0)