Skip to content
Snippets Groups Projects
Select Git revision
  • 8f19423432cb5b0ad940f0a4b307e53a0cd22640
  • 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

wpinit

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