Remove tools folder from git
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
vendor
|
vendor/
|
||||||
composer.lock
|
composer.lock
|
||||||
|
tools/
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<phive xmlns="https://phar.io/phive">
|
<phive xmlns="https://phar.io/phive">
|
||||||
<phar name="phpunit" version="^9.6" installed="9.6.19" location="./tools/phpunit" copy="false"/>
|
<phar name="phpunit" version="^9.6" installed="9.6.19" location="./tools/phpunit" copy="false"/>
|
||||||
<phar name="phpcs" version="^3.7.2" installed="3.9.2" location="./tools/phpcs" copy="false"/>
|
<phar name="phpcs" version="^3.7.2" installed="3.10.0" location="./tools/phpcs" copy="false"/>
|
||||||
<phar name="phpcbf" version="^3.7.2" installed="3.9.2" location="./tools/phpcbf" copy="false"/>
|
<phar name="phpcbf" version="^3.7.2" installed="3.10.0" location="./tools/phpcbf" copy="false"/>
|
||||||
<phar name="psalm" version="^5.15.0" installed="5.24.0" location="./tools/psalm" copy="false"/>
|
<phar name="psalm" version="^5.15.0" installed="5.24.0" location="./tools/psalm" copy="false"/>
|
||||||
<phar name="phpstan" version="^1.10.37" installed="1.11.1" location="./tools/phpstan" copy="false"/>
|
<phar name="phpstan" version="^1.10.37" installed="1.11.1" location="./tools/phpstan" copy="false"/>
|
||||||
<phar name="phan" version="^5.4.2" installed="5.4.3" location="./tools/phan" copy="false"/>
|
<phar name="phan" version="^5.4.2" installed="5.4.3" location="./tools/phan" copy="false"/>
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
/home/clemens/.phive/phars/phan-5.4.3.phar
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/home/clemens/.phive/phars/phpcbf-3.9.2.phar
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/home/clemens/.phive/phars/phpcs-3.9.2.phar
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/home/clemens/.phive/phars/phpstan-1.11.1.phar
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/home/clemens/.phive/phars/phpunit-9.6.19.phar
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/home/clemens/.phive/phars/psalm-5.24.0.phar
|
|
||||||
Reference in New Issue
Block a user