prices-as-code
Version:
Prices as Code (PaC) - Define your product pricing schemas with type-safe definitions
25 lines (23 loc) • 463 B
Plain Text
# Auto detect text files and perform LF normalization
* text=auto
# Force language-specific normalizations
*.js text eol=lf
*.jsx text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.md text eol=lf
# Denote all files that are truly binary and should not be modified
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.webp binary
*.svg binary
*.pdf binary
*.zip binary
*.tar binary
*.gz binary