From 05aa79e8f029139d79e5c8a1de5e415f24d0b152 Mon Sep 17 00:00:00 2001 From: Selemondev Date: Wed, 16 Aug 2023 09:51:39 +0300 Subject: [PATCH] chore: update .gitignore --- .eslintignore | 3 +-- .eslintrc | 2 +- .gitignore | 3 ++- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.eslintignore b/.eslintignore index 2f202ab..a1f1f3d 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,5 +1,4 @@ dist public es -node_modules -playground/* \ No newline at end of file +node_modules \ No newline at end of file diff --git a/.eslintrc b/.eslintrc index df65489..c137aad 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,4 +1,4 @@ -{ + { "extends": [ "@antfu" ], diff --git a/.gitignore b/.gitignore index b88df2f..e48729e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ node_modules dist .DS_Store .history -.env \ No newline at end of file +.env +.netlify \ No newline at end of file