tighten / takeout

Docker-based development-only dependency manager. macOS, Linux, and WSL2-only and installs via PHP's Composer... for now.
MIT License
1.59k stars 83 forks source link

Add `phpunit.xml` to the `.gitignore` file #263

Closed markwalet closed 2 years ago

markwalet commented 2 years ago

I see the project already makes use of the phpunit.xml.dist file instead of the normal phpunit.xml file. This makes it possible to make local-only changes to your testsuite.

To fully support this, it is common to ignore the phpunit.xml file in projects.

The PR's will not get smaller than this one ;p

mattstauffer commented 2 years ago

Haha, thanks @markwalet!