Skip to content

Commit 6759f22

Browse files
authored
Merge pull request #115 from KasperFranz/patch-2
Update .gitattributes
2 parents 6a467b8 + 1fb7258 commit 6759f22

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.gitattributes

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
.gitattributes export-ignore
2-
.gitignore export-ignore
3-
.scrutinizer.yml export-ignore
4-
.travis.yml export-ignore
5-
composer-require-config.json export-ignore
6-
Makefile export-ignore
7-
phive.xml export-ignore
8-
phpcs.xml.dist export-ignore
9-
phpstan.neon export-ignore
10-
psalm.xml export-ignore
111
/.github/ export-ignore
122
/examples/ export-ignore
3+
/tests/ export-ignore
4+
/.gitattributes export-ignore
5+
/.gitignore export-ignore
6+
/.scrutinizer.yml export-ignore
7+
/Makefile export-ignore
8+
/composer-require-config.json export-ignore
9+
/composer.lock
10+
/phive.xml export-ignore
11+
/phpbench.json export-ignore
12+
/phpcs.xml.dist export-ignore
1313
/phpmd.xml.dist export-ignore
14+
/phpstan.neon export-ignore
1415
/phpunit.xml.dist export-ignore
15-
/tests/ export-ignore
16+
/psalm.xml export-ignore

0 commit comments

Comments
 (0)