Skip to content

Commit fadf8a2

Browse files
authored
Merge pull request #993 from stevebauman/patch-1
Exclude `.github` folder and `.php_cs` from being included in composer installation
2 parents 278ee9c + db8cb6c commit fadf8a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
* text eol=lf
55

66
# Ignore all test and documentation with "export-ignore".
7+
/.github export-ignore
78
/.gitattributes export-ignore
89
/.gitignore export-ignore
910
/.travis.yml export-ignore
1011
/phpunit.xml.dist export-ignore
12+
/.php_cs.dist.php export-ignore
1113
/.scrutinizer.yml export-ignore
1214
/tests export-ignore
1315
/.editorconfig export-ignore

0 commit comments

Comments
 (0)