33 lines
301 B
Plaintext
33 lines
301 B
Plaintext
# Composer
|
|
vendor/
|
|
|
|
# PhpDocumentor
|
|
phpdoc/
|
|
|
|
# Code coverage report
|
|
report/
|
|
|
|
# Sphinx Documentation
|
|
docs/build
|
|
|
|
# Previewing the README.md
|
|
README.html
|
|
preview
|
|
|
|
# OSX
|
|
.DS_Store
|
|
.AppleDouble
|
|
|
|
# IDE
|
|
.idea/
|
|
|
|
# PhpStorm
|
|
workspace.xml
|
|
|
|
# Vagrant
|
|
.vagrant/
|
|
|
|
# Vagrant sandbox site files.
|
|
/htdocs/
|
|
/autoload/
|