From 4561b8f8255a54585f0720de7d9fef8d16eb736b Mon Sep 17 00:00:00 2001 From: wangming Date: Sat, 5 Feb 2022 18:54:14 +0800 Subject: [PATCH] 初始化 --- gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+), 0 deletions(-) create mode 100644 gitignore diff --git a/gitignore b/gitignore new file mode 100644 index 0000000..9ad28d2 --- /dev/null +++ b/gitignore @@ -0,0 +1,16 @@ +.DS_Store +node_modules/ +dist/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +package-lock.json +tests/**/coverage/ + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln -- libgit2 0.21.4