mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
- Updated default schema version from 1.0.0 to 2.0.0 in config_schema.json, events_schema.json, forms_schema.json, jobs_schema.json, migrations_schema.json, and permissions_schema.json. - Introduced storybook-common-definitions.json to centralize common definitions for storybook context and controls. - Refactored storybook_schema.json to reference common definitions instead of duplicating schema properties. - Enhanced test scripts for schema validation to ensure comprehensive coverage and improved error reporting.
33 lines
564 B
Plaintext
33 lines
564 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Shell scripts should always use LF
|
|
*.sh text eol=lf
|
|
|
|
# Windows batch files should use CRLF
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
|
|
# JSON, JavaScript, TypeScript should use LF
|
|
*.json text eol=lf
|
|
*.js text eol=lf
|
|
*.ts text eol=lf
|
|
*.jsx text eol=lf
|
|
*.tsx text eol=lf
|
|
|
|
# Markdown and documentation should use LF
|
|
*.md text eol=lf
|
|
*.txt text eol=lf
|
|
|
|
# Binary files
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.pdf binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
*.ttf binary
|
|
*.otf binary
|