From 596f66206e333148bb94941fa6b449f8371373b9 Mon Sep 17 00:00:00 2001 From: ZhuangYumin Date: Tue, 3 Jun 2025 09:31:20 +0000 Subject: [PATCH] chore: add devcontainer to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 17c9381..e5996c4 100755 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,6 @@ qcp qualifiedcprogramming sets .gitmodules -_CoqProject \ No newline at end of file +_CoqProject + +.devcontainer/ \ No newline at end of file