From f1b9c623d9891ad01d6908096de14a17880c6f3f Mon Sep 17 00:00:00 2001 From: SaarHV Date: Fri, 30 Dec 2022 17:24:28 +0800 Subject: [PATCH] Add .eslintignore --- .eslintignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..cfc877d --- /dev/null +++ b/.eslintignore @@ -0,0 +1,18 @@ + +*.sh +node_modules +lib +*.md +*.scss +*.woff +*.ttf +.vscode +.idea +dist +mock +public +bin +build +config +index.html +src/assets \ No newline at end of file -- Gitee