From d6c12fa87e6ab2f35f4005181cf64ec1b7a0754a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 10 九月 2020 23:41:28 +0800 Subject: [PATCH] gitignore --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 4d29575..64d7d84 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ # dependencies /node_modules +node_modules/ /.pnp .pnp.js @@ -10,6 +11,7 @@ # production /build +build/ # misc .DS_Store -- Gitblit v1.8.0