osr-mono/packages/osr-profiles/sync/.osr-sync-public.json
2025-01-30 23:14:43 +01:00

28 lines
608 B
JSON

{
"debug": false,
"matching": [
"*.json",
"*.md",
"*.yaml",
"*.csv",
"*.xls",
"*.xlsx",
"*.txt",
"**/cad*/**",
"**/laser*/**",
"**/media/gallery/**",
"**/media/community/**",
"**/media/build/**",
"**/resources/**",
"**/firmware/**",
"**/production/**",
"**/media/**/*",
"**/drawings/**",
"**/renderings/**",
"!./.git/**",
"!./node_modules/**",
"!./_MACOSX/**",
"!*.arw",
"!./.*/**"
]
}