2021-05-29 15:44:36 +02:00
|
|
|
## Custom .gitignore
|
|
|
|
################################################################################
|
|
|
|
|
2021-10-06 15:42:56 +02:00
|
|
|
# Revert global python gitignore
|
|
|
|
!build/
|
|
|
|
|
2021-05-29 15:44:36 +02:00
|
|
|
/tests/*.jar
|
|
|
|
/tests/results.html
|
|
|
|
/tests/test_results.xml
|
2021-09-11 04:07:20 +02:00
|
|
|
|
2021-09-15 14:07:26 +02:00
|
|
|
# Tools
|
2022-08-24 12:08:30 +02:00
|
|
|
/tools/composer.lock
|
2022-07-11 17:25:50 +02:00
|
|
|
/tools/vendor/
|
2021-09-15 14:07:26 +02:00
|
|
|
.php-cs-fixer.cache
|
|
|
|
|
2021-09-11 04:07:20 +02:00
|
|
|
## Github Composer .gitignore
|
|
|
|
## See https://github.com/github/gitignore/blob/master/Composer.gitignore
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
composer.phar
|
|
|
|
/vendor/
|
|
|
|
|
|
|
|
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
|
|
|
|
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
|
|
|
|
# composer.lock
|