.gitattributes 219 B

1234567891011
  1. *.crt -crlf
  2. *.key -crlf
  3. *.srl -crlf
  4. *.pub -crlf
  5. *.priv -crlf
  6. *.txt -crlf
  7. # ignore directories in the git-generated distributed .zip archive
  8. /doc/notes export-ignore
  9. /tests export-ignore
  10. /phpunit.xml.dist export-ignore