typopo
Version:
Fix frequent microtypography errors in multiple languages. Write neat texts without bothering about typography rules. Typopo works for English, German, Slovak, Czech and Rusyn language.
100 lines (87 loc) • 1.5 kB
Plain Text
# Auto detect text files and preserve current line endings
* text=auto
# Source code files - keep current CRLF convention
*.js text
*.mjs text
*.ts text
*.jsx text
*.tsx text
*.json text
*.md text
*.yml text
*.yaml text
*.html text
*.css text
*.scss text
*.less text
# Configuration files
*.toml text
*.ini text
*.cfg text
.gitignore text
.gitattributes text
.editorconfig text
.npmrc text
package.json text
package-lock.json text -diff
pnpm-lock.yaml text -diff
yarn.lock text -diff
# Documentation
*.txt text
README* text
LICENSE* text
CHANGELOG* text
# Shell scripts (these should be LF for cross-platform compatibility)
*.sh text eol=lf
*.bash text eol=lf
# Windows scripts
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.svg text eol=lf
*.webp binary
*.pdf binary
*.zip binary
*.tar.gz binary
*.tgz binary
# Font files
*.woff binary
*.woff2 binary
*.ttf binary
*.otf binary
*.eot binary
# Audio/Video
*.mp3 binary
*.mp4 binary
*.mov binary
*.avi binary
*.wav binary
# Archives
*.7z binary
*.dmg binary
*.gz binary
*.iso binary
*.jar binary
*.rar binary
*.tar binary
*.zip binary
# Exclude from exports/archives
.github/ export-ignore
.vscode/ export-ignore
.idea/ export-ignore
*.log export-ignore
*.tmp export-ignore
coverage/ export-ignore
node_modules/ export-ignore
.nyc_output/ export-ignore
# Large/generated files - no diff
dist/* -diff
build/* -diff
*.min.js -diff
*.bundle.js -diff