Added Visual Studio and Visual Studio Code projects to gitignore

This commit is contained in:
Patrick 2025-07-08 14:33:58 +02:00
parent ee12876350
commit fad057e452

4
.gitignore vendored
View File

@ -1,5 +1,9 @@
# Project # Project
/.idea/ /.idea/
/.vs/
/.vscode/
/vs_project_files/
*.sln
# Executables # Executables
/bin /bin