From ac47f7ee7300a724223bdad434ccd66cc7dbc3e6 Mon Sep 17 00:00:00 2001 From: William Findlay Date: Wed, 27 Oct 2021 19:52:55 -0400 Subject: [PATCH] meta: ignore .vscode/ except .vscode/settings.json --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ef6ce6e0..fbf6b41c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ Cargo.lock target/ libbpf/ +.vscode/ +!.vscode/settings.json