gxc-renderer-canvas-2d/.prettierignore
Andrey Kernichniy d66af6eccc
All checks were successful
CI / test (push) Successful in 18s
First commit
2026-03-01 23:38:54 +07:00

19 lines
179 B
Text

## file extensions
*.*
!*.scss
!*.css
!*.js
!*.json
!*.jsx
!*.less
!*.md
!*.mdx
!*.ts
!*.tsx
!*.yml
# ignore
node_modules/**/*.*
documentation/**/*.*
dist/**/*.*
coverage/**/*.*