Skip to content

Commit edba4f6

Browse files
committed
Removed last artifacts of behat and other folders
1 parent 3329b1a commit edba4f6

File tree

4 files changed

+12
-20
lines changed

4 files changed

+12
-20
lines changed

.gitattributes

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
/etc export-ignore
2-
/features export-ignore
3-
/spec export-ignore
4-
/tests export-ignore
5-
/.gitattributes export-ignore
6-
/.gitignore export-ignore
7-
/.scrutinizer.yml export-ignore
8-
/.travis.yml export-ignore
9-
/behat.yml.dist export-ignore
10-
/easy-coding-standard.yml export-ignore
11-
/phpspec.yml.dist export-ignore
12-
/phpstan.neon export-ignore
13-
/README.md export-ignore
1+
/spec export-ignore
2+
/tests export-ignore
3+
/.github export-ignore
4+
/.gitattributes export-ignore
5+
/.gitignore export-ignore
6+
/composer-require-checker.json export-ignore
7+
/easy-coding-standard.yml export-ignore
8+
/phpspec.yml.dist export-ignore
9+
/phpstan.neon export-ignore
10+
/phpstan-baseline.neon export-ignore
11+
/phpunit.xml.dist export-ignore
12+
/README.md export-ignore

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
/node_modules/
33
/composer.lock
44

5-
/etc/build/*
6-
!/etc/build/.gitignore
7-
85
/tests/Application/yarn.lock
96

10-
/behat.yml
117
/phpspec.yml
128
/.phpunit.result.cache

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[![Latest Version on Packagist][ico-version]][link-packagist]
22
[![Software License][ico-license]](LICENSE)
33
[![Build Status][ico-travis]][link-travis]
4-
[![Quality Score][ico-code-quality]][link-code-quality]
54

65
# Quickpay Payment plugin for Sylius
76

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

121119
[link-packagist]: https://packagist.org/packages/setono/sylius-quickpay-plugin
122120
[link-travis]: https://travis-ci.com/Setono/SyliusQuickpayPlugin
123-
[link-code-quality]: https://scrutinizer-ci.com/g/Setono/SyliusQuickpayPlugin

etc/build/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)