Remove state file and solutions dir from .gitignore

This commit is contained in:
mo8it
2024-08-08 00:41:12 +02:00
parent 4933ace50b
commit 97719fe8da
3 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -76,8 +76,8 @@ pub fn new(path: &Path, no_git: bool) -> Result<()> {
pub const GITIGNORE: &[u8] = b".rustlings-state.txt
Cargo.lock
target
.vscode
target/
.vscode/
!.vscode/extensions.json
";