To prepare the migration to 3.0, we need to change the location where the documentation is generated from. Having a gh-pages branch makes it hard to synchronize the code and the docs. Having a "docs" folder in the repo itself simplifies this.
13 lines
422 B
Plaintext
13 lines
422 B
Plaintext
# Ignore all test and documentation for archive
|
|
/tests export-ignore
|
|
/.editorconfig export-ignore
|
|
/.gitattributes export-ignore
|
|
/.gitignore export-ignore
|
|
/.scrutinizer.yml export-ignore
|
|
/.travis.yml export-ignore
|
|
/composer.lock export-ignore
|
|
/CONTRIBUTING.md export-ignore
|
|
/logo.png export-ignore
|
|
/phpunit.xml export-ignore
|
|
/docs export-ignore
|