|
|
@@ -5,7 +5,33 @@
|
|
|
"dist/**",
|
|
|
"node_modules/**",
|
|
|
"coverage/**",
|
|
|
- "vite.config.ts.timestamp-*"
|
|
|
+ "vite.config.ts.timestamp-*",
|
|
|
+ ".pnpm-store/**",
|
|
|
+ ".turbo/**",
|
|
|
+ ".vscode/**",
|
|
|
+ "turbo.json",
|
|
|
+ "./bin/**",
|
|
|
+ "./tsconfig.base.json",
|
|
|
+ ".devcontainer/**",
|
|
|
+ ".eslintrc.js",
|
|
|
+ ".stylelintrc.json",
|
|
|
+ "package.json",
|
|
|
+
|
|
|
+ "./apps/**",
|
|
|
+ "./packages/core/**",
|
|
|
+ "./packages/core-styles/**",
|
|
|
+ "./packages/custom-icons/**",
|
|
|
+ "./packages/editor/**",
|
|
|
+ "./packages/pdf-converter-client/**",
|
|
|
+ "./packages/pluginkit/**",
|
|
|
+ "./packages/presentation/**",
|
|
|
+ "./packages/preset-templates/**",
|
|
|
+ "./packages/preset-themes/**",
|
|
|
+ "./packages/remark-attachment-refs/**",
|
|
|
+ "./packages/remark-drawio/**",
|
|
|
+ "./packages/remark-growi-directive/**",
|
|
|
+ "./packages/remark-lsx/**",
|
|
|
+ "./packages/ui/**"
|
|
|
]
|
|
|
},
|
|
|
"formatter": {
|