Add temporary unit test files to .gitignore

This commit is contained in:
Kijin Sung 2016-01-08 13:54:42 +09:00
parent 4dedd2508c
commit 8e05468f1a

3
.gitignore vendored
View file

@ -8,6 +8,9 @@ config.user.inc.php
codeception.yml
/tests/_output/
/tests/*.suite.yml
/tests/_support/InstallTester.php
/tests/_support/UnitTester.php
/tests/_support/_generated/
/node_modules/
/bower_components/