Skip to content

Commit 01b530b

Browse files
committed
Merge branch 'main' of github.com:devforth/adminforth into next
AdminForth/1704/create-json-editor-plugin AdminForth/1704/create-json-editor-plugin
2 parents 6c46d3f + fee684d commit 01b530b

9 files changed

Lines changed: 162 additions & 10439 deletions

File tree

.vscode/settings.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"files.watcherExclude": {
3+
"**/.cache": true,
4+
"**/.cache/**": true,
5+
"**/.git": true,
6+
"**/.git/**": true,
7+
"**/.pnpm-store": true,
8+
"**/.pnpm-store/**": true,
9+
"**/.turbo": true,
10+
"**/.turbo/**": true,
11+
"**/.vite": true,
12+
"**/.vite/**": true,
13+
"**/build": true,
14+
"**/build/**": true,
15+
"**/coverage": true,
16+
"**/coverage/**": true,
17+
"**/dist": true,
18+
"**/dist/**": true,
19+
"**/node_modules": true,
20+
"**/node_modules/**": true
21+
},
22+
"search.exclude": {
23+
"**/.cache": true,
24+
"**/.git": true,
25+
"**/.pnpm-store": true,
26+
"**/.turbo": true,
27+
"**/.vite": true,
28+
"**/build": true,
29+
"**/coverage": true,
30+
"**/dist": true,
31+
"**/node_modules": true
32+
},
33+
"git.autoRepositoryDetection": "openEditors"
34+
}

0 commit comments

Comments
 (0)