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
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||||
@ -17,4 +18,4 @@ vendor
|
|||||||
*.docx
|
*.docx
|
||||||
*.rtf
|
*.rtf
|
||||||
*.txt
|
*.txt
|
||||||
*.xml
|
*.xml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user