Disable a bunch of comments and setup vscode on mac, add ignore file

This commit is contained in:
2026-07-07 21:46:50 +02:00
parent fe98355ba1
commit 82841b74fc
3 changed files with 135 additions and 8 deletions

7
.gitignore vendored
View File

@@ -73,4 +73,9 @@ Intermediate/*
Plugins/**/Intermediate/*
# Cache files for the editor to use
DerivedDataCache/*
DerivedDataCache/*
.cache/*
.vscode/*
*compile_commands.json*
*code-workspace*