xref: /plugin/mizarverifiabledocs/.gitattributes (revision f9af214843e8c2b89a2d2da76eb37f51a5760446)
1# Auto detect text files and perform LF normalization
2* text=auto
3
4# Enforce LF line endings for all files
5* text=auto eol=lf
6
7# Files for developers only, exclude from release ZIP
8/src export-ignore
9/.gitattributes export-ignore
10/.gitignore export-ignore
11/package-lock.json export-ignore
12/package.json export-ignore
13