mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
Add solutions to the initialized .gitignore
This commit is contained in:
parent
593f0e0916
commit
3c7e7368b2
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ pub fn init() -> Result<()> {
|
||||||
}
|
}
|
||||||
|
|
||||||
const GITIGNORE: &[u8] = b".rustlings-state.txt
|
const GITIGNORE: &[u8] = b".rustlings-state.txt
|
||||||
|
solutions
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
target
|
target
|
||||||
.vscode
|
.vscode
|
||||||
|
|
Loading…
Reference in a new issue