Skip to content

Commit 9633e43

Browse files
committed
modifiedg add rules
1 parent e1cecdf commit 9633e43

File tree

18 files changed

+6555
-246
lines changed

18 files changed

+6555
-246
lines changed

.vscode/settings.json

Lines changed: 1 addition & 146 deletions
Original file line numberDiff line numberDiff line change
@@ -86,75 +86,6 @@
8686
"files.autoSave": "afterDelay",
8787
"files.autoSaveDelay": 1000,
8888
"files.exclude": {
89-
".DS_Store": true,
90-
".changeset": true,
91-
".dockerignore": true,
92-
".editorconfig": true,
93-
".env": true,
94-
".env.example": true,
95-
".env.prod": true,
96-
".env.prod.example": true,
97-
".git": true,
98-
".gitattributes": true,
99-
".github": true,
100-
".gitignore": true,
101-
".markdownlintignore": true,
102-
".markuplintrc.cjs": true,
103-
".nhost": true,
104-
".npmrc": true,
105-
".secrets": true,
106-
".secrets.example": true,
107-
".secrets.prod": true,
108-
".secrets.prod.example": true,
109-
".textlintignore": true,
110-
".turbo": true,
111-
".vercelignore": true,
112-
".vscode": true,
113-
"CHANGELOG.md": true,
114-
"CODE_OF_CONDUCT.md": true,
115-
"CONTRIBUTING.md": true,
116-
"DEVELOPERS.md": true,
117-
"Dockerfile": true,
118-
"LICENSE": true,
119-
"Makefile": true,
120-
"README.md": true,
121-
"biome.jsonc": true,
122-
"bun.Dockerfile": true,
123-
"bun.lockb": true,
124-
"cog.toml": true,
125-
"compose.override.yml": true,
126-
"compose.yml": true,
127-
"config": true,
128-
"config.yaml": true,
129-
"degit.json": true,
130-
"docs": true,
131-
"flake.nix": true,
132-
"functions": true,
133-
"infra": true,
134-
"nhost": true,
135-
"node_modules": true,
136-
"package.json": true,
137-
"packages": true,
138-
"patches": true,
139-
"pnpm-lock.yaml": true,
140-
"pnpm-workspace.yaml": true,
141-
"scripts": true,
142-
"turbo.json": true,
143-
"vercel.json": true,
144-
"vitest.config.ts": true,
145-
"vitest.workspaces.ts": true,
146-
"apps/console-fb": true,
147-
"apps/console-sc": true,
148-
"apps/docs": true,
149-
"apps/playground": true,
150-
"apps/web": true,
151-
"packages/assets": true,
152-
"packages/biome-config": true,
153-
"packages/role-houdini": true,
154-
"packages/skeleton-ui": true,
155-
"packages/typescript-config": true,
156-
"packages/ui": true,
157-
"packages/utils": true,
15889
"**/.git": true,
15990
"**/.DS_Store": true,
16091
".idea": true,
@@ -387,81 +318,5 @@
387318
"[yaml]": {
388319
"editor.defaultFormatter": "redhat.vscode-yaml"
389320
},
390-
"redhat.telemetry.enabled": false,
391-
"monorepoFocusWorkspace.internal": {
392-
"spectacular": {
393-
"managedFilesIgnoreEntries": [
394-
".DS_Store",
395-
".changeset",
396-
".dockerignore",
397-
".editorconfig",
398-
".env",
399-
".env.example",
400-
".env.prod",
401-
".env.prod.example",
402-
".git",
403-
".gitattributes",
404-
".github",
405-
".gitignore",
406-
".markdownlintignore",
407-
".markuplintrc.cjs",
408-
".nhost",
409-
".npmrc",
410-
".secrets",
411-
".secrets.example",
412-
".secrets.prod",
413-
".secrets.prod.example",
414-
".textlintignore",
415-
".turbo",
416-
".vercelignore",
417-
".vscode",
418-
"CHANGELOG.md",
419-
"CODE_OF_CONDUCT.md",
420-
"CONTRIBUTING.md",
421-
"DEVELOPERS.md",
422-
"Dockerfile",
423-
"LICENSE",
424-
"Makefile",
425-
"README.md",
426-
"biome.jsonc",
427-
"bun.Dockerfile",
428-
"bun.lockb",
429-
"cog.toml",
430-
"compose.override.yml",
431-
"compose.yml",
432-
"config",
433-
"config.yaml",
434-
"degit.json",
435-
"docs",
436-
"flake.nix",
437-
"functions",
438-
"infra",
439-
"nhost",
440-
"node_modules",
441-
"package.json",
442-
"packages",
443-
"patches",
444-
"pnpm-lock.yaml",
445-
"pnpm-workspace.yaml",
446-
"scripts",
447-
"turbo.json",
448-
"vercel.json",
449-
"vitest.config.ts",
450-
"vitest.workspaces.ts",
451-
"apps/console-fb",
452-
"apps/console-sc",
453-
"apps/docs",
454-
"apps/playground",
455-
"apps/web",
456-
"packages/assets",
457-
"packages/biome-config",
458-
"packages/role-houdini",
459-
"packages/skeleton-ui",
460-
"packages/typescript-config",
461-
"packages/ui",
462-
"packages/utils"
463-
],
464-
"focusedWorkspace": "console"
465-
}
466-
}
321+
"redhat.telemetry.enabled": false
467322
}

0 commit comments

Comments
 (0)