0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-26 01:45:40 +00:00
kevinpapst_kimai2/.gitignore

71 lines
1.2 KiB
Text
Raw Normal View History

2018-01-12 20:39:07 +01:00
# ========== KIMAI ==========
2020-03-15 23:34:14 +01:00
# some hosters require a htaccess to change the PHP version
.htaccess
.idea/
.DS_Store
2020-03-12 19:33:11 +01:00
# for symfony local webserver
php.ini
2016-10-20 19:06:34 +02:00
/bin/*
!bin/console
/config/packages/local.yaml
/config/packages/*-local.yaml
/config/packages/*/local.yaml
/config/packages/*/*-local.yaml
/config/bundles-local.php
2016-10-20 19:06:34 +02:00
public/avatars/*.png
templates/invoice/renderer/.~lock*
translations/branding.en.xlf
2019-02-24 15:54:38 +01:00
/var/data/*
!/var/data/.gitkeep
/var/coverage/
2018-01-12 20:39:07 +01:00
/var/cache/*
!var/cache/.gitkeep
2016-10-20 19:06:34 +02:00
/var/invoices/*
/var/export/*
/var/packages/*
!var/packages/.gitkeep
2019-02-24 15:54:38 +01:00
/var/plugins/*
!var/plugins/.gitkeep
2018-01-12 20:39:07 +01:00
/var/log/*
!var/log/.gitkeep
2016-10-20 19:06:34 +02:00
2018-01-12 20:39:07 +01:00
/var/sessions/*
!var/sessions/.gitkeep
# ========== KIMAI ==========
2018-01-01 16:20:10 +01:00
###> symfony/framework-bundle ###
.env
/public/bundles/
/vendor/
###< symfony/framework-bundle ###
2018-01-12 20:39:07 +01:00
###> phpunit/phpunit ###
/phpunit.xml
2018-08-08 23:10:45 +02:00
/.phpunit.result.cache
2018-01-12 20:39:07 +01:00
###< phpunit/phpunit ###
2018-01-01 16:20:10 +01:00
2018-01-12 20:39:07 +01:00
###> friendsofphp/php-cs-fixer ###
.php_cs
.php_cs.cache
###< friendsofphp/php-cs-fixer ###
###> symfony/phpunit-bridge ###
.phpunit
/phpunit.xml
###< symfony/phpunit-bridge ###
###> symfony/webpack-encore-bundle ###
/node_modules/
npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###
2020-03-11 16:38:28 +01:00
/nbproject/*