Skip to content
Snippets Groups Projects
Select Git revision
  • 4914f07a2cc8b73de3fb06d7bf9ebcbcbf0a0ccd
  • main default protected
  • v0.10
  • 0.10.6
  • 0.10.5
  • 0.10.4
  • 0.10.3
  • 0.10.2
  • 0.10.1
  • 0.10.0
  • 0.9.1
  • 0.9.0
12 results

.gitattributes

Blame
  • .gitattributes 458 B
    # Path-based git attributes
    # https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
    
    # Ignore all test and documentation with "export-ignore".
    /.editorconfig               export-ignore
    /.gitattributes              export-ignore
    /.gitignore                  export-ignore
    /phpcs.xml.dist              export-ignore
    /phpunit.xml.dist            export-ignore
    /tests                       export-ignore
    /vendor                      export-ignore