Skip to content

Commit 3d12ca7

Browse files
authored
Merge pull request #24 from lucasmichot/feature/export-ignore
No need to export .styleci.yml.
2 parents b1c22ae + 57ca923 commit 3d12ca7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.gitattributes

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
33

44
# Ignore all test and documentation with "export-ignore".
5+
/tests export-ignore
6+
/.editorconfig export-ignore
57
/.gitattributes export-ignore
68
/.gitignore export-ignore
9+
/.scrutinizer.yml export-ignore
10+
/.styleci.yml export-ignore
711
/.travis.yml export-ignore
812
/phpunit.xml.dist export-ignore
9-
/.scrutinizer.yml export-ignore
10-
/tests export-ignore
11-
/.editorconfig export-ignore

0 commit comments

Comments
 (0)