└── .gitattributes /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | 3 | /.github export-ignore 4 | /build export-ignore 5 | .travis.yml export-ignore 6 | README.md export-ignore 7 | --------------------------------------------------------------------------------