From 50b4fcc316266fa956a272f2eda6d0612ef91d76 Mon Sep 17 00:00:00 2001 From: SimoZ64 Date: Mon, 5 May 2025 22:11:41 +0200 Subject: [PATCH] ignore .vscode settings file --- .gitignore | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index d1f120d3..cefbddb5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,26 +1,26 @@ -*.toml -*.ini *build*/ .idea/ +saves/ +.cache/ +.vs/ +.vscode/ +out/ +.vscode/settings.json +*.toml +*.ini *.z64 *.n64 *.v64 *.Z64 *.N64 *.V64 -saves/ *.bin *.sh -.cache/ -.vs/ -.vscode/ vgcore.* *.dump *.data disasm.txt *log*.txt CMakeSettings.json -out/ -settings.json compile_commands.json *.diagsession