diff options
| author | mo8it <mo8it@proton.me> | 2024-04-28 23:25:44 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-28 23:25:44 +0200 |
| commit | 3c7e7368b20f7c5c4b3b561b9fef8e0182280878 (patch) | |
| tree | 811ca20de5a3a1f2bd7aecc6a062419c12d4b4f1 /src | |
| parent | 593f0e0916dab5d600d50208ba226786968026c3 (diff) | |
Add solutions to the initialized .gitignore
Diffstat (limited to 'src')
| -rw-r--r-- | src/init.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.rs b/src/init.rs index 8a9fb36..cb3a6bc 100644 --- a/src/init.rs +++ b/src/init.rs @@ -69,6 +69,7 @@ pub fn init() -> Result<()> { } const GITIGNORE: &[u8] = b".rustlings-state.txt +solutions Cargo.lock target .vscode |
