mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
12 lines
386 B
Plaintext
12 lines
386 B
Plaintext
# Ignore Handlebars files because partials are not currently supported
|
|
# https://github.com/prettier/prettier/issues/11834
|
|
**/*.hbs
|
|
|
|
# Generated files
|
|
/@xen-orchestra/web/src/route-map.d.ts
|
|
/@xen-orchestra/lite/src/route-map.d.ts
|
|
|
|
# Docusaurus MDX content: prettier's markdown parser corrupts JSX
|
|
# comments ({/* … */} becomes {/_ … _/}) and other MDX constructs
|
|
/docs/docs/**/*.md
|