From 08faa11d6dc866cdf7ca5ea4a80d83a4a01dea92 Mon Sep 17 00:00:00 2001 From: zzjc1234 <2359047351@qq.com> Date: Thu, 17 Oct 2024 18:19:43 +0800 Subject: [PATCH] feat: ignore --- .gitignore | 2 ++ test/.gitignore | 1 + test/demo.json | 0 3 files changed, 3 insertions(+) create mode 100644 test/.gitignore create mode 100644 test/demo.json diff --git a/.gitignore b/.gitignore index 7364982..313dba8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ **/* +!/test1/ +!/test/ !stderr !stdout !*.md diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 0000000..0521c5f --- /dev/null +++ b/test/.gitignore @@ -0,0 +1 @@ +!*.json diff --git a/test/demo.json b/test/demo.json new file mode 100644 index 0000000..e69de29