From 14bf8d575b521ffcff8e04fccec90ddd488a7d43 Mon Sep 17 00:00:00 2001 From: zyj <18107291228@163.com> Date: Wed, 29 Oct 2025 11:39:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Egit=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d4227e --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +config.yaml + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +.vs/* \ No newline at end of file