Skip to content

Commit 358037c

Browse files
committed
Updates
1 parent 8f90527 commit 358037c

2 files changed

Lines changed: 15 additions & 9 deletions

File tree

.gitattributes

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
*.php diff=php
22

3-
/Tests export-ignore
4-
/phpunit.* export-ignore
5-
/*.yml export-ignore
3+
/build export-ignore
4+
/Tests export-ignore
5+
/vendor export-ignore
6+
/.gitattributes export-ignore
7+
/.gitignore export-ignore
8+
/composer.lock export-ignore
9+
/*.xml export-ignore
10+
/*.yml export-ignore

.gitignore

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
build
2-
vendor
3-
.DS_Store
4-
.idea
1+
build/
2+
logs/
3+
vendor/
4+
.DS_Store/
5+
.idea/
56
composer.lock
6-
phpunit.phar
7+
*.phar
78
*.yml
8-
!.travis.yml
9+
!.scrutinizer.yml

0 commit comments

Comments
 (0)