Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit c283d76

Browse files
committed
minor #663 Add phpunit.xml to .gitignore (nicwortel)
This PR was merged into the 2.6-dev branch. Discussion ---------- Add phpunit.xml to .gitignore [The documentation](http://symfony.com/doc/current/book/testing.html#phpunit-configuration) recommends ignoring `phpunit.xml`, and only committing `phpunit.xml.dist` in version control. This PR adds `/app/phpunit.xml` to the `.gitignore` that comes with the Symfony Standard distribution. Commits ------- 9053b6b Ignore phpunit.xml
2 parents f1fc493 + 9053b6b commit c283d76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/app/logs/*
66
!app/cache/.gitkeep
77
!app/logs/.gitkeep
8+
/app/phpunit.xml
89
/build/
910
/vendor/
1011
/bin/

0 commit comments

Comments
 (0)