From cacaa8c4c908aac600ff22740719d3f08af98c3d Mon Sep 17 00:00:00 2001 From: dnomd343 Date: Tue, 13 Sep 2022 20:04:59 +0800 Subject: [PATCH] chore: update `.gitignore` --- .gitignore | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 4630219..f881026 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,8 @@ -/.idea/ /bin/ /build/ +**/.idea/ /cmake-build-debug/ -/asset/chinalist/china-ip.txt -/asset/chinalist/china-ip.txt.gz -/asset/chinalist/chinalist.txt -/asset/chinalist/chinalist.txt.gz -/asset/gfwlist/gfwlist.txt -/asset/gfwlist/gfwlist.txt.gz +/cmake-build-release/ +/asset/gfwlist/gfwlist.* +/asset/chinalist/china-ip.* +/asset/chinalist/chinalist.*