From 6932ce97f31c7794b5084369d90a77829982e53b Mon Sep 17 00:00:00 2001 From: Xunzhuo Date: Mon, 16 Jan 2023 07:15:59 +0000 Subject: [PATCH] chore: add devcontainer to gitignore Signed-off-by: Xunzhuo --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 83c31a78a7..e493b1d281 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,6 @@ vendor/ *.crt *.csr *.key + +# GitHub Codespaces +.devcontainer/