Release 1.0 (#885)

This commit is contained in:
Kevin Papst
2019-07-02 02:36:46 +02:00
committed by GitHub
parent 1fd8139214
commit baa2fca7ca
9 changed files with 168 additions and 16 deletions

View File

@@ -121,6 +121,20 @@ class CreateReleaseCommand extends Command
$filesToDelete = [
'.git*',
'.codecov.yml',
'.editorconfig',
'.php_cs.dist',
'.scrutinizer.yml',
'.travis.yml',
'*.lock',
'package.json',
'phpstan.neon',
'Dockerfile',
'phpunit.xml.dist',
'webpack.config.js',
'assets/',
'bin/',
'tests/',
'var/cache/*',
'var/data/kimai_test.sqlite',
'var/log/*.log',