From b2cd77b1fdd372928f90e95e6c89a5e03ed1efe0 Mon Sep 17 00:00:00 2001 From: astapleton Date: Thu, 7 Aug 2025 13:20:12 -0700 Subject: [PATCH] Don't track settings.json --- .gitignore | 1 - .vscode/settings.json | 8 -------- 2 files changed, 9 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 97a78df..d0c0377 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,3 @@ Cargo.lock .gdb_history Embed.toml .vscode/* -!.vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index ee1d9cb..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "rust-analyzer.cargo.features": [ - "rt", - "stm32h503" - ], - "rust-analyzer.check.allTargets": false, - "rust-analyzer.check.targets": "thumbv8m.main-none-eabihf", -} \ No newline at end of file