Skip to content

Commit

Permalink
Merge pull request #349 from ker0x/bugfix/gitattributes
Browse files Browse the repository at this point in the history
Update .gitattributes file
  • Loading branch information
norkunas committed Jan 30, 2024
2 parents 6c6a113 + 76b57d8 commit 7024d70
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
27 changes: 12 additions & 15 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
.editorconfig export-ignore
.gitattributes export-ignore
/.github/ export-ignore
.gitignore export-ignore
/.php_cs export-ignore
/.scrutinizer.yml export-ignore
/.styleci.yml export-ignore
/.travis.yml export-ignore
/behat.yml.dist export-ignore
/features/ export-ignore
/phpspec.ci.yml export-ignore
/phpspec.yml.dist export-ignore
/phpunit.xml.dist export-ignore
/spec/ export-ignore
/tests/ export-ignore
/.github/ export-ignore
/doc/ export-ignore
/tests/ export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/CODE_OF_CONDUCT.md export-ignore
/CONTRIBUTING.md export-ignore
/phpstan.neon.dist export-ignore
/phpstan-baseline.neon export-ignore
/phpunit.xml.dist export-ignore
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
composer.lock
composer.phar
phpunit.xml
vendor/
.php_cs.cache
.php-cs-fixer.cache
.phpunit.result.cache

0 comments on commit 7024d70

Please sign in to comment.