From 1a65f8a00578067a447fc6c6f8b2d33eb25dbb18 Mon Sep 17 00:00:00 2001 From: NeoZeng Date: Sat, 19 Nov 2022 15:47:56 +0800 Subject: [PATCH] add gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9d78047..9b754b4 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,6 @@ Mkfile.old dkms.conf build ./idea -.cortex-debug.peripherals.state.json -.cortex-debug.registers.state.json -settings.json \ No newline at end of file +.vscode/.cortex-debug.peripherals.state.json +.vscode/.cortex-debug.registers.state.json +.vscode/settings.json \ No newline at end of file