# Set the default behavior, in case people don't have core.autocrlf set. * text=auto * eol=lf # Denote all files that are truly binary and should not be modified. *.png binary *.jpg binary # Ignore git configurations from export .gitattributes export-ignore .gitignore export-ignore # Ignore Github files CODE_OF_CONDUCT.md export-ignore CONTRIBUTING.md export-ignore ISSUE_TEMPLATE.md export-ignore PULL_REQUEST_TEMPLATE.md export-ignore