From 621935256b987929450717d4561fa16f0e732e8d Mon Sep 17 00:00:00 2001 From: fszontagh <51741446+fszontagh@users.noreply.github.com> Date: Sun, 25 Feb 2024 08:23:46 +0000 Subject: [PATCH] Skeleton with icons --- .gitignore | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 0def275..2fec102 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,10 @@ *.exe *.out *.app + + +vcpkg_installed +build/ +.vscode/c_cpp_properties.json +.vscode/settings.json +.vscode/tasks.json \ No newline at end of file -- Gitblit v1.9.3