Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902)

This commit is contained in:
Kevin Papst
2022-12-31 21:19:55 +01:00
committed by GitHub
parent 95e06746bd
commit 90a0fd8a22
2164 changed files with 83700 additions and 86426 deletions

19
.gitignore vendored
View File

@@ -1,12 +1,20 @@
# ========== KIMAI ==========
# some hosters require a htaccess to change the PHP version
.htaccess
.env-*
.idea/
.DS_Store
rector.php
phpstan.sh
# for symfony local webserver
php.ini
.php-version
# YARN 2
.yarnrc.yml
.yarn
# for keeping empty directories
!.gitkeep
/bin/*
@@ -14,13 +22,10 @@ php.ini
*local.yaml
/config/bundles-local.php
/public/avatars/*.png
/templates/invoice/renderer/.~lock*
/translations/branding.*.xlf
/var/data/*
!/var/data/.gitkeep
/var/coverage/
/var/cache/*
@@ -32,9 +37,11 @@ php.ini
/var/plugins/*
*.disabled
# ========== KIMAI ==========
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
.env
/public/bundles/
/vendor/