mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-22 05:56:08 +01:00
Remove configuration files (#100)
dependency checker got removed long ago. Add further files to export-ignore. This prevents those files from distribution when installed via composer or downloaded as zip.
This commit is contained in:
parent
9f24518a0b
commit
171312502c
3 changed files with 29 additions and 9 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
@ -4,8 +4,9 @@ Tests export-ignore
|
||||||
.gitattributes export-ignore
|
.gitattributes export-ignore
|
||||||
.gitignore export-ignore
|
.gitignore export-ignore
|
||||||
|
|
||||||
dependency-checker.json export-ignore
|
|
||||||
ecs.php export-ignore
|
ecs.php export-ignore
|
||||||
phpcs.xml.dist export-ignore
|
phpcs.xml.dist export-ignore
|
||||||
|
phpstan-baseline.neon export-ignore
|
||||||
phpstan.neon export-ignore
|
phpstan.neon export-ignore
|
||||||
phpunit.xml.dist export-ignore
|
phpunit.xml.dist export-ignore
|
||||||
|
rector.php export-ignore
|
||||||
|
|
27
Documentation/Changelog/2.1.0.rst
Normal file
27
Documentation/Changelog/2.1.0.rst
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
2.1.0
|
||||||
|
=====
|
||||||
|
|
||||||
|
Breaking
|
||||||
|
--------
|
||||||
|
|
||||||
|
Nothing
|
||||||
|
|
||||||
|
Features
|
||||||
|
--------
|
||||||
|
|
||||||
|
Nothing
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
-----
|
||||||
|
|
||||||
|
Nothing
|
||||||
|
|
||||||
|
Tasks
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Remove further files from distribution to not clutter target systems.
|
||||||
|
|
||||||
|
Deprecation
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Nothing
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"scan-files": [
|
|
||||||
"ext_*.php",
|
|
||||||
"Configuration/*php",
|
|
||||||
"Configuration/Backend/*.php",
|
|
||||||
"Configuration/TCA/*.php"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in a new issue