From 4188e481cfbdaeb487241d765297e0c4981e074a Mon Sep 17 00:00:00 2001 From: XPoet Date: Fri, 30 Sep 2022 00:27:18 +0800 Subject: [PATCH] chore(config): update .gitignore and .npmignore --- .gitignore | 3 ++- .npmignore | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d866945..a09dbae 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # dependencies /node_modules +package-lock.json yarn.lock # IDEs and editors @@ -41,4 +42,4 @@ testem.log # System Files .DS_Store -Thumbs.db \ No newline at end of file +Thumbs.db diff --git a/.npmignore b/.npmignore index 20eab4c..b63d524 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,4 @@ +node_modules /.github/FUNDING.yml +package-lock.json +yarn.lock