Skip to content

Commit

Permalink
Merge branch '8.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 23, 2019
2 parents 5ac49d1 + 3b36667 commit d4ac4ed
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 95 deletions.
32 changes: 21 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@
/.ant_targets
# PhpStorm
/.idea

# Composer
/vendor
/composer.lock

# Apache Ant
/.ant_targets

# Build artifacts and temporary files
/build/artifacts
/build/tmp

# PHP-CS-Fixer
/.php_cs
/.php_cs.cache

# Psalm
/.psalm/cache
/build/artifacts
/build/phar
/build/phar-scoped
/build/*.phar
/build/*.phar.asc
/build/binary-phar-autoload.php
/cache.properties
/composer.lock

# PHPUnit
.phpunit.result.cache

# Temporary files generated by PHPT test runner
/tests/end-to-end/*.diff
/tests/end-to-end/*.exp
/tests/end-to-end/*.log
/tests/end-to-end/*.out
/tests/end-to-end/*.php
/vendor
.phpunit.result.cache
Loading

0 comments on commit d4ac4ed

Please sign in to comment.