diff --git a/.gitignore b/.gitignore index 6feb9af..86ce44d 100644 --- a/.gitignore +++ b/.gitignore @@ -49,4 +49,11 @@ dataset/ # Unit test tests/test_bayer_image tests/test_utility -tests/test_burst \ No newline at end of file +tests/test_burst + +# VS/VSCode folder +.vs/ +.vscode/ + +# VS Settings +CMakeSettings.json \ No newline at end of file