From da446224eb3c8c9972712b924311b5aef3d66dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E5=B0=8F=E5=A2=A8?= <2291200076@qq.com> Date: Sun, 24 Jul 2022 00:36:18 +0800 Subject: [PATCH] =?UTF-8?q?nodemon=20=E5=9C=A8=20json=20=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=8F=98=E5=8C=96=E6=97=B6=E4=B8=8D=E9=87=8D=E5=90=AF=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - nodemon.json | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 nodemon.json diff --git a/.gitignore b/.gitignore index f72892b..5d77e60 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,3 @@ node_modules .VSCodeCounter data/* -!data/.gitkeep \ No newline at end of file diff --git a/nodemon.json b/nodemon.json new file mode 100644 index 0000000..4878d76 --- /dev/null +++ b/nodemon.json @@ -0,0 +1,8 @@ +{ + "ignore": [ + ".git", + ".svn", + "node_modules/**/node_modules" + ], + "ext": "js" +} \ No newline at end of file