updated with the new build directory and vscode folder

This commit is contained in:
2026-02-15 20:29:38 +01:00
parent c60ac28a75
commit 1cfa53ce20

6
.gitignore vendored
View File

@@ -2,14 +2,16 @@
**/bin/ **/bin/
bin-int/ bin-int/
Intermediates/ Intermediates/
build/
Build/
# Hazel files
*.log *.log
# Visual Studio files and folder # Visual Studio files and folder
.vs/ .vs/
.vscode/
**.sln **.sln
**.vcxproj **.vcxproj
**.vcxproj.filters **.vcxproj.filters
**.vcxproj.user **.vcxproj.user
**.csproj **.csprojMakefile