Skip to content

Commit

Permalink
Removed last artifacts of behat and other folders
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jan 20, 2021
1 parent 3329b1a commit edba4f6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 20 deletions.
25 changes: 12 additions & 13 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
/etc export-ignore
/features export-ignore
/spec export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/behat.yml.dist export-ignore
/easy-coding-standard.yml export-ignore
/phpspec.yml.dist export-ignore
/phpstan.neon export-ignore
/README.md export-ignore
/spec export-ignore
/tests export-ignore
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/composer-require-checker.json export-ignore
/easy-coding-standard.yml export-ignore
/phpspec.yml.dist export-ignore
/phpstan.neon export-ignore
/phpstan-baseline.neon export-ignore
/phpunit.xml.dist export-ignore
/README.md export-ignore
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
/node_modules/
/composer.lock

/etc/build/*
!/etc/build/.gitignore

/tests/Application/yarn.lock

/behat.yml
/phpspec.yml
/.phpunit.result.cache
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE)
[![Build Status][ico-travis]][link-travis]
[![Quality Score][ico-code-quality]][link-code-quality]

# Quickpay Payment plugin for Sylius

Expand Down Expand Up @@ -116,8 +115,6 @@ Run `composer tests`
[ico-version]: https://img.shields.io/packagist/v/setono/sylius-quickpay-plugin.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://travis-ci.com/Setono/SyliusQuickpayPlugin.svg?branch=master
[ico-code-quality]: https://img.shields.io/scrutinizer/g/Setono/SyliusQuickpayPlugin.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/setono/sylius-quickpay-plugin
[link-travis]: https://travis-ci.com/Setono/SyliusQuickpayPlugin
[link-code-quality]: https://scrutinizer-ci.com/g/Setono/SyliusQuickpayPlugin
Empty file removed etc/build/.gitignore
Empty file.

0 comments on commit edba4f6

Please sign in to comment.