Skip to content

Commit

Permalink
Fix case for integration test path and add PHP CS Fixer cache file to…
Browse files Browse the repository at this point in the history
… gitignore
  • Loading branch information
devdot committed Jul 30, 2024
1 parent 26119cc commit f6739f8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
composer.phar

# ignore testdata with credentials
/tests/integration/testdata.ini
/tests/integration/integration.ini
/tests/Integration/testdata.ini
/tests/Integration/integration.ini
# ignore ide configuration
.idea/

# ignore phpunit-cache
.phpunit.result.cache

# ignore php-cs-fixer cache
.php-cs-fixer.cache

# ignore log-files
*.log

Expand Down

0 comments on commit f6739f8

Please sign in to comment.