Skip to content

Commit 89d2b7a

Browse files
Merge branch 'main' into feature/fet-2595-improve-metadata-performance
2 parents f959f4f + bcf86ad commit 89d2b7a

File tree

111 files changed

+6204
-1699
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+6204
-1699
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,6 @@ tsconfig.vitest-temp.json
7575
.dev.vars
7676

7777
certificates
78+
79+
# Claude
80+
.playwright-mcp

.vscode/settings.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"prettier.prettierPath": "./node_modules/prettier/index.cjs",
1717
"prettier.configPath": "./.prettierrc.json",
1818
"[svg]": {
19-
"editor.defaultFormatter": "jock.svg"
19+
"editor.defaultFormatter": null
2020
},
2121
"jest.jestCommandLine": "pnpm run test",
2222
"cSpell.words": [
@@ -32,7 +32,4 @@
3232
"[jsonc]": {
3333
"editor.defaultFormatter": "esbenp.prettier-vscode"
3434
},
35-
"workbench.colorCustomizations": {
36-
"titleBar.activeBackground": "#056AFF"
37-
}
3835
}

0 commit comments

Comments
 (0)