xref: /plugin/mizarverifiabledocs/.gitattributes (revision e78fd15d39b8dd9d1fcf9cba3bfc4c4ca9b62cdd)
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