diff --git a/.gitignore b/.gitignore index 4893ce53..a2f4127d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,8 +13,9 @@ windows_libs_other/ .venv *.gpr *.rep +.vscode ACP_Ray2/ build/ # game_re/ -windows_libs/ \ No newline at end of file +windows_libs/ diff --git a/.vscode/launch.json b/.vscode.template/launch.json similarity index 100% rename from .vscode/launch.json rename to .vscode.template/launch.json diff --git a/.vscode/patch.1337 b/.vscode.template/patch.1337 similarity index 100% rename from .vscode/patch.1337 rename to .vscode.template/patch.1337 diff --git a/.vscode/settings.json b/.vscode.template/settings.json similarity index 100% rename from .vscode/settings.json rename to .vscode.template/settings.json diff --git a/.vscode/tasks.json b/.vscode.template/tasks.json similarity index 100% rename from .vscode/tasks.json rename to .vscode.template/tasks.json