mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-02 21:03:34 +03:00
34 lines
826 B
JSON
34 lines
826 B
JSON
{
|
|||
|
|
"printWidth": 80,
|
||
|
|
"tabWidth": 2,
|
||
|
|
"useTabs": false,
|
||
|
|
"endOfLine": "lf",
|
||
|
|
"sortPackageJson": false,
|
||
|
|
"ignorePatterns": [
|
||
|
|
"dist/",
|
||
|
|
"editor/dist/",
|
||
|
|
"editor/src-tauri/**/target/",
|
||
|
|
"editor/src-tauri/gen/",
|
||
|
|
"node_modules/",
|
||
|
|
"editor/public/vendor/",
|
||
|
|
"editor/public/mockServiceWorker.js",
|
||
|
|
"editor/public/og-metadata.json",
|
||
|
|
"editor/public/og-metadata.saas.json",
|
||
|
|
"editor/src/core/data/ogImageMap.json",
|
||
|
|
"editor/src/portal/generated/docsManifest.json",
|
||
|
|
"editor/public/pdfjs*/",
|
||
|
|
"editor/public/js/thirdParty/",
|
||
|
|
"editor/public/css/cookieconsent.css",
|
||
|
|
"storybook-static/",
|
||
|
|
"playwright-report/",
|
||
|
|
"editor/playwright-report/",
|
||
|
|
"test-results/",
|
||
|
|
"editor/test-results/",
|
||
|
|
"*.min.*",
|
||
|
|
"*.md",
|
||
|
|
"*.wxs",
|
||
|
|
"*.toml",
|
||
|
|
"editor/src/output.css"
|
||
|
|
]
|
||
|
|
}
|