Initial commit

This commit is contained in:
Андрей 2026-03-12 16:06:40 +00:00
commit bf0142bd6a
25 changed files with 2946 additions and 0 deletions

19
.prettierignore Normal file
View file

@ -0,0 +1,19 @@
## file extensions
*.*
!*.scss
!*.css
!*.js
!*.json
!*.jsx
!*.less
!*.md
!*.mdx
!*.ts
!*.tsx
!*.yml
# ignore
node_modules/**/*.*
documentation/**/*.*
dist/**/*.*
coverage/**/*.*