Update .gitignore to test workaround for RTFD
Add _build to .gitignore as per rtfd/readthedocs.org#665
This commit is contained in:
parent
309a0256cc
commit
dc28fd6114
|
|
@ -5,6 +5,7 @@
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
Desktop.ini
|
Desktop.ini
|
||||||
.idea
|
.idea
|
||||||
|
_build
|
||||||
phpunit.xml
|
phpunit.xml
|
||||||
composer.lock
|
composer.lock
|
||||||
composer.phar
|
composer.phar
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue