From aa20633b64dfa20275e9134f6063bc6000323866 Mon Sep 17 00:00:00 2001 From: LASER-Yi Date: Sun, 29 Aug 2021 23:17:53 +0800 Subject: [PATCH] no log: Update gitignore list --- .gitignore | 5 ----- frontend/.gitignore | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 frontend/.gitignore diff --git a/.gitignore b/.gitignore index f26da6724..702d69d74 100644 --- a/.gitignore +++ b/.gitignore @@ -21,8 +21,3 @@ VERSION # Allow !*.dll -# Frontend -node_modules -/frontend/dist -/frontend/*.local -/frontend/build diff --git a/frontend/.gitignore b/frontend/.gitignore new file mode 100644 index 000000000..d6633a06d --- /dev/null +++ b/frontend/.gitignore @@ -0,0 +1,4 @@ +node_modules +dist +*.local +build