Skip to content

Commit 6a0a875

Browse files
committed
chore(git): ignore files from v14 branch
1 parent e6860cc commit 6a0a875

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66
coverage
77
dist/
88
node_modules/
9+
10+
# v14 branch
11+
npm
12+
target

biome.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"files": {
4-
"ignore": ["**/*.astro", "**/coverage", "**/dist", "package.json"]
4+
"ignore": [
5+
"**/*.astro",
6+
"**/coverage",
7+
"**/dist",
8+
"package.json",
9+
"npm",
10+
"target"
11+
]
512
},
613
"formatter": {
714
"enabled": true,

0 commit comments

Comments
 (0)