Skip to content
Snippets Groups Projects
Select Git revision
  • a351fc57df5b8cebf0eb382cc2607d0c4929f752
  • master default protected
  • fix/deprecated_functions
  • devel
  • feat/translations
  • feat/upgrade_to_pro_url
  • feat/lang
  • bugfix/require-interface
  • bugfix/require-once-error
  • feature/activation-hooks
  • feature/template-loader
  • feature/template-renderer
  • feature/plugin-activation
  • feature/hookable-object
  • feature/builder-pattern
  • 2.1.2
  • 2.1.1
  • 2.1.0
  • 2.0.0
  • 2.0.0-beta1
  • 1.4.4
  • 1.4.3
  • 1.4.2
  • 1.4.1
  • 1.4
  • 1.3.3
  • 1.3.2
  • 1.3.1
  • 1.3.0
  • 1.2.0
  • 1.1
  • 1.0
32 results

.gitattributes

Blame
  • .gitattributes 501 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
    /.gitlab-ci.yml              export-ignore
    /phpcs.xml.dist              export-ignore
    /phpunit-unit.xml            export-ignore
    /phpunit-integration.xml     export-ignore
    /tests                       export-ignore