From 12623c77e11c2065001a461bea85b9e30f728420 Mon Sep 17 00:00:00 2001 From: Dustin Brett Date: Sat, 7 Aug 2021 22:05:26 -0700 Subject: [PATCH] No slash for ignore files --- .eslintignore | 9 +++++---- .gitignore | 8 ++++---- .prettierignore | 10 +++++----- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.eslintignore b/.eslintignore index 11966d7b..0a5f493b 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,5 @@ -/.next -/node_modules -/out -/public +.husky/_ +.next +node_modules +out +public diff --git a/.gitignore b/.gitignore index 45b44e7f..51523597 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/.husky/_ -/.next -/node_modules -/out +.husky/_ +.next +node_modules +out diff --git a/.prettierignore b/.prettierignore index 78f36f95..0648e8bf 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,5 +1,5 @@ -/.husky -/.next -/node_modules -/out -/public +.husky +.next +node_modules +out +public