From f6efb8936c394916386d02d9147b0f7973735d01 Mon Sep 17 00:00:00 2001 From: hanyixuanten Date: Fri, 14 Aug 2026 08:43:04 +0800 Subject: [PATCH] init --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b88a974 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +* +!*.cpp +!.gitignore +!.vscode/settings.json \ No newline at end of file