From 0ff68de0d777192ae50769104277ac7b73a6e31b Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Mon, 3 Jan 2022 08:04:46 +0100 Subject: [PATCH] Ignore local/ when linting --- .eslintignore | 3 ++- .gitignore | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.eslintignore b/.eslintignore index be3f0c7e2..1a267000e 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,3 @@ dist -test \ No newline at end of file +test +local diff --git a/.gitignore b/.gitignore index 983986903..293f5e2ea 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,7 @@ !/acorn-loose/node_modules /.tern-port /local -/bin/_acorn.js -/acorn/dist/* +/acorn/dist /acorn-loose/dist /acorn-walk/dist /yarn.lock