Ignore vscode artifacts (#8324)

This commit is contained in:
Diego Mateos 2025-01-16 17:10:26 +01:00 committed by GitHub
parent b4a5d1dc53
commit 007735737a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
.gitignore vendored
View file

@ -49,6 +49,9 @@ examples/example_sdl2_opengl3/web/*
.idea
cmake-build-*
## VS code artifacts
.vscode
## Unix executables from our example Makefiles
examples/example_glfw_metal/example_glfw_metal
examples/example_glfw_opengl2/example_glfw_opengl2