From 7ffe3daf63bbfa59cb3cf7c7f56353ff913bf5e9 Mon Sep 17 00:00:00 2001 From: neo Date: Fri, 11 Jun 2021 23:33:26 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ lib/.gitignore | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 lib/.gitignore diff --git a/.gitignore b/.gitignore index c53daaa..60a12fb 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ # ide /.vscode /.idea + +/lib/* diff --git a/lib/.gitignore b/lib/.gitignore deleted file mode 100644 index d6b7ef3..0000000 --- a/lib/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore