diff options
| author | Fuwn <[email protected]> | 2023-05-06 02:22:55 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-06 02:22:55 +0000 |
| commit | bb3ab8371ecacb928e08a0796bfaf85de12296cd (patch) | |
| tree | 8317a7a0089b6b94b82ed11812bb2ecd78f3af15 | |
| parent | fix(soyuz.hh): lunar window name base (diff) | |
| download | soyuz-bb3ab8371ecacb928e08a0796bfaf85de12296cd.tar.xz soyuz-bb3ab8371ecacb928e08a0796bfaf85de12296cd.zip | |
chore(git): vscode and soyuz logs
| -rw-r--r-- | .gitignore | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,7 +1,13 @@ -# IDE -/.idea/ +# CLion +.idea # CMake -/cmake-build-* -/build/ -/deps/ +cmake-build-* +build +deps + +# Soyuz +soyuz.log + +# Visual Studio Code +.vscode |