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:
Daniel Siepmann 2023-01-08 15:28:01 +01:00 committed by GitHub
parent 9f24518a0b
commit 171312502c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 9 deletions

3
.gitattributes vendored
View file

@ -4,8 +4,9 @@ Tests export-ignore
.gitattributes export-ignore
.gitignore export-ignore
dependency-checker.json export-ignore
ecs.php export-ignore
phpcs.xml.dist export-ignore
phpstan-baseline.neon export-ignore
phpstan.neon export-ignore
phpunit.xml.dist export-ignore
rector.php export-ignore

View 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

View file

@ -1,8 +0,0 @@
{
"scan-files": [
"ext_*.php",
"Configuration/*php",
"Configuration/Backend/*.php",
"Configuration/TCA/*.php"
]
}