diff options
| author | Fuwn <[email protected]> | 2023-05-06 02:22:55 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-06 02:22:55 -0700 |
| commit | 68e1072dcda87da735ba57d3a7fb92e066ab9df3 (patch) | |
| tree | 8317a7a0089b6b94b82ed11812bb2ecd78f3af15 | |
| parent | fix(soyuz.hh): lunar window name base (diff) | |
| download | soyuz-68e1072dcda87da735ba57d3a7fb92e066ab9df3.tar.xz soyuz-68e1072dcda87da735ba57d3a7fb92e066ab9df3.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 |