Skip to content

Commit 4406816

Browse files
authored
chore: ignore some more files (#292)
1 parent 15d398b commit 4406816

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.eslintignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
dist/
1+
/coverage
2+
/dist
3+
/docs/.vitepress/dist
4+
/lib
5+
.yarn/
6+
package-lock.json
7+
yarn.lock

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ versions.json
7272
# Dist
7373
/dist
7474
/docs/.vitepress/dist
75+
/lib
7576

7677
# Faker
7778
TAGS
@@ -85,8 +86,7 @@ REVISION
8586
*DONOTVERSION*
8687
.history
8788

88-
/lib
89-
90-
# Invalid project lock files
89+
# Unwanted package managers
90+
.yarn/
9191
package-lock.json
9292
yarn.lock

0 commit comments

Comments
 (0)