Skip to content

Commit 95c5c07

Browse files
authored
Removed rows not needed (#66)
1 parent b7eb25c commit 95c5c07

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.gitattributes

+8-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
.editorconfig export-ignore
22
.gitattributes export-ignore
3-
/.github/ export-ignore
3+
.github/ export-ignore
4+
.travis/ export-ignore
45
.gitignore export-ignore
5-
/.php_cs export-ignore
6-
/.scrutinizer.yml export-ignore
7-
/.styleci.yml export-ignore
8-
/.travis.yml export-ignore
9-
/behat.yml.dist export-ignore
10-
/features/ export-ignore
11-
/phpspec.ci.yml export-ignore
12-
/phpspec.yml.dist export-ignore
13-
/phpunit.xml.dist export-ignore
14-
/spec/ export-ignore
15-
/Tests/ export-ignore
6+
.php_cs export-ignore
7+
.scrutinizer.yml export-ignore
8+
.styleci.yml export-ignore
9+
.travis.yml export-ignore
10+
phpunit.xml.dist export-ignore
11+
tests/ export-ignore

0 commit comments

Comments
 (0)