Skip to content

Commit

Permalink
modifiedg add rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mhhnn committed Aug 26, 2024
1 parent e1cecdf commit 9633e43
Show file tree
Hide file tree
Showing 18 changed files with 6,555 additions and 246 deletions.
147 changes: 1 addition & 146 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,75 +86,6 @@
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1000,
"files.exclude": {
".DS_Store": true,
".changeset": true,
".dockerignore": true,
".editorconfig": true,
".env": true,
".env.example": true,
".env.prod": true,
".env.prod.example": true,
".git": true,
".gitattributes": true,
".github": true,
".gitignore": true,
".markdownlintignore": true,
".markuplintrc.cjs": true,
".nhost": true,
".npmrc": true,
".secrets": true,
".secrets.example": true,
".secrets.prod": true,
".secrets.prod.example": true,
".textlintignore": true,
".turbo": true,
".vercelignore": true,
".vscode": true,
"CHANGELOG.md": true,
"CODE_OF_CONDUCT.md": true,
"CONTRIBUTING.md": true,
"DEVELOPERS.md": true,
"Dockerfile": true,
"LICENSE": true,
"Makefile": true,
"README.md": true,
"biome.jsonc": true,
"bun.Dockerfile": true,
"bun.lockb": true,
"cog.toml": true,
"compose.override.yml": true,
"compose.yml": true,
"config": true,
"config.yaml": true,
"degit.json": true,
"docs": true,
"flake.nix": true,
"functions": true,
"infra": true,
"nhost": true,
"node_modules": true,
"package.json": true,
"packages": true,
"patches": true,
"pnpm-lock.yaml": true,
"pnpm-workspace.yaml": true,
"scripts": true,
"turbo.json": true,
"vercel.json": true,
"vitest.config.ts": true,
"vitest.workspaces.ts": true,
"apps/console-fb": true,
"apps/console-sc": true,
"apps/docs": true,
"apps/playground": true,
"apps/web": true,
"packages/assets": true,
"packages/biome-config": true,
"packages/role-houdini": true,
"packages/skeleton-ui": true,
"packages/typescript-config": true,
"packages/ui": true,
"packages/utils": true,
"**/.git": true,
"**/.DS_Store": true,
".idea": true,
Expand Down Expand Up @@ -387,81 +318,5 @@
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"redhat.telemetry.enabled": false,
"monorepoFocusWorkspace.internal": {
"spectacular": {
"managedFilesIgnoreEntries": [
".DS_Store",
".changeset",
".dockerignore",
".editorconfig",
".env",
".env.example",
".env.prod",
".env.prod.example",
".git",
".gitattributes",
".github",
".gitignore",
".markdownlintignore",
".markuplintrc.cjs",
".nhost",
".npmrc",
".secrets",
".secrets.example",
".secrets.prod",
".secrets.prod.example",
".textlintignore",
".turbo",
".vercelignore",
".vscode",
"CHANGELOG.md",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"DEVELOPERS.md",
"Dockerfile",
"LICENSE",
"Makefile",
"README.md",
"biome.jsonc",
"bun.Dockerfile",
"bun.lockb",
"cog.toml",
"compose.override.yml",
"compose.yml",
"config",
"config.yaml",
"degit.json",
"docs",
"flake.nix",
"functions",
"infra",
"nhost",
"node_modules",
"package.json",
"packages",
"patches",
"pnpm-lock.yaml",
"pnpm-workspace.yaml",
"scripts",
"turbo.json",
"vercel.json",
"vitest.config.ts",
"vitest.workspaces.ts",
"apps/console-fb",
"apps/console-sc",
"apps/docs",
"apps/playground",
"apps/web",
"packages/assets",
"packages/biome-config",
"packages/role-houdini",
"packages/skeleton-ui",
"packages/typescript-config",
"packages/ui",
"packages/utils"
],
"focusedWorkspace": "console"
}
}
"redhat.telemetry.enabled": false
}
Loading

0 comments on commit 9633e43

Please sign in to comment.