weblate/.gitattributes
Michal Čihař 5ec3686324 Remove SUSE Studio appliance
It is not maintained and will not get further updates.

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 16:54:40 +01:00

11 lines
374 B
Text

.github export-ignore
.gitignore export-ignore
.gitattributes export-ignore
scripts export-ignore
# make .po/.pot files less noisy, need to configure git first:
# $ git config diff.msgcat.textconv "msgcat --no-location --no-wrap --sort-output"
# to enable caching in "notes/textconv/msgcat":
# $ git config diff.msgcat.cachetextconv true
*.pot diff=msgcat
*.po diff=msgcat