dokuwiki-matrixnotifierwas-plugin – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # Path-based git attributes |
2 | # https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html |
||
3 | |||
4 | # Ignore all test and documentation with "export-ignore". |
||
5 | /.gitattributes export-ignore |
||
6 | /.gitignore export-ignore |
||
7 | /.travis.yml export-ignore |
||
8 | /phpcs.xml.dist export-ignore |
||
9 | /phpunit.xml.dist export-ignore |
||
10 | /.scrutinizer.yml export-ignore |
||
11 | /tests export-ignore |
||
12 | /docs export-ignore |