Skip to content

Commit f519854

Browse files
committed
Update .gitattributes file
1 parent 06c094c commit f519854

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

.gitattributes

+12-15
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
.editorconfig export-ignore
2-
.gitattributes export-ignore
3-
/.github/ export-ignore
4-
.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
1+
/.github/ export-ignore
2+
/doc/ export-ignore
3+
/tests/ export-ignore
4+
/.editorconfig export-ignore
5+
/.gitattributes export-ignore
6+
/.gitignore export-ignore
7+
/.php-cs-fixer.php export-ignore
8+
/CODE_OF_CONDUCT.md export-ignore
9+
/CONTRIBUTING.md export-ignore
10+
/phpstan.neon.dist export-ignore
11+
/phpstan-baseline.neon export-ignore
12+
/phpunit.xml.dist export-ignore

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ composer.lock
22
composer.phar
33
phpunit.xml
44
vendor/
5-
.php_cs.cache
65
.php-cs-fixer.cache
76
.phpunit.result.cache

0 commit comments

Comments
 (0)