Commit graph

5 commits

Author SHA1 Message Date
Daniel Siepmann feeb7d4235 Migrate to php-cs-fixer 2023-04-27 11:12:10 +02:00
Daniel Siepmann a0d577e89f Remove leftovers of rector 2023-04-27 11:12:10 +02:00
Daniel Siepmann ed4e8a1c20
Add shell.nix for easier local development (#107) 2023-04-26 17:23:03 +02:00
Daniel Siepmann 171312502c
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.
2023-01-08 15:28:01 +01:00
Daniel Siepmann 208928e0e9
Prevent unnecessary files from distribution (#92)
Use .gitattributes to tell git what to ignore during exports.
This will prevent GitHub from adding those files to an archive.

Composer will use the GitHub archive as distribution while downloading.

This prevents none necessary files on production systems. This also
reduces file size of archive and should save disk space and other
resources.
2022-09-21 13:13:39 +02:00