From 1d92d58698d8f1cf77d9c4080ac9762ecc4c9cc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=8F=B6?= Date: Thu, 29 Sep 2022 11:23:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E7=9B=AE=E5=BD=95=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=8E=92=E9=99=A4=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exclude.list | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 exclude.list diff --git a/exclude.list b/exclude.list new file mode 100644 index 0000000..7da99cc --- /dev/null +++ b/exclude.list @@ -0,0 +1,22 @@ +/sh +/sql +/node_modules +.svn +.git + +.DS_Store +.env.local +.env.*.local +npm-debug.log* +yarn-debug.log* +yarn-error.log* +.pnpm-debug.log +.eslintcache + +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? \ No newline at end of file