Skip to content

Commit 7024d70

Browse files
authored
Merge pull request #349 from ker0x/bugfix/gitattributes
Update .gitattributes file
2 parents 6c6a113 + 76b57d8 commit 7024d70

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

Diff for: .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

Diff for: .gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
composer.lock
2-
composer.phar
32
phpunit.xml
43
vendor/
5-
.php_cs.cache
64
.php-cs-fixer.cache
75
.phpunit.result.cache

0 commit comments

Comments
 (0)