Skip to content

Commit c9b2c7d

Browse files
committed
Update ignore lists
1 parent a108440 commit c9b2c7d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ Thumbs.db
99
/coverage
1010
/npm-debug.log
1111
**/dist
12-
**/dist-legacy
1312
**/node_modules
1413
/*.tsbuildinfo
1514
*.d.ts
1615
*.d.ts.map
1716

1817
!/.vscode/extensions.json
19-
/test/socket-npm-fixtures/**/node_modules/

biome.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"files": {
4-
"ignore": ["**/package.json", "**/package-lock.json"],
4+
"ignore": [
5+
"**/.*",
6+
"**/coverage",
7+
"**/dist",
8+
"**/package.json",
9+
"**/package-lock.json"
10+
],
511
"maxSize": 5242880
612
},
713
"formatter": {

0 commit comments

Comments
 (0)