J. King
4bc3398157
The plan had originally been to use Bldr, but Bldr's features were not particularly compelling, and it has not been maintained recently. By contrast Robo has very useful features while still meeting my needs. In addition to migrating the build process, the current Robo file also runs unit tests, with or without coverage reporting. Fixes #116; improves #113
42 lines
345 B
Text
42 lines
345 B
Text
# Temporary files and dependencies
|
|
|
|
vendor/
|
|
documentation/
|
|
tests/coverage/
|
|
arsse.db*
|
|
config.php
|
|
.php_cs.cache
|
|
|
|
|
|
# Windows files
|
|
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
|
|
# macOS files
|
|
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
Icon
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
|
|
# archives
|
|
|
|
*.zip
|
|
*.7z
|
|
*.tar.gz
|
|
*.tgz
|
|
*.deb
|
|
*.rpm
|
|
*.dmg
|
|
*.cab
|
|
*.msi
|
|
*.msm
|
|
*.msp
|