diff options
| author | mo8it <mo8it@proton.me> | 2024-08-08 00:20:04 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-08 00:41:12 +0200 |
| commit | 97719fe8da82a91a1919e55e1950d0997acca574 (patch) | |
| tree | 5e6d075647e7428927c8f422e86e19f43a95ffef /src/dev | |
| parent | 4933ace50b5e3fc6512f5129280425c5ba297b72 (diff) | |
Remove state file and solutions dir from .gitignore
Diffstat (limited to 'src/dev')
| -rw-r--r-- | src/dev/new.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/new.rs b/src/dev/new.rs index 55d5f14..c765046 100644 --- a/src/dev/new.rs +++ b/src/dev/new.rs @@ -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 "; |
