diff options
| author | Fuwn <[email protected]> | 2021-08-18 02:33:39 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-08-18 02:33:39 -0700 |
| commit | adef969b7b2c1ed8617001a5d8589dfd0f7ecc05 (patch) | |
| tree | 2dd9ac9c0a8b1c41a15c7de19c94a0909a62ef36 /.gitignore | |
| download | soyuz-adef969b7b2c1ed8617001a5d8589dfd0f7ecc05.tar.xz soyuz-adef969b7b2c1ed8617001a5d8589dfd0f7ecc05.zip | |
feat(soyuz): :rocket:
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f8cec4b --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# IDE +/.idea/ + +# CMake +/cmake-build-debug/ +/build/ |