2017-03-28 04:12:12 +00:00
|
|
|
|
2017-09-28 18:17:18 +00:00
|
|
|
# Temporary files and dependencies
|
|
|
|
|
|
|
|
vendor/
|
2017-07-17 02:27:55 +00:00
|
|
|
documentation/
|
2017-09-28 18:17:18 +00:00
|
|
|
tests/coverage/
|
|
|
|
build/
|
2017-03-28 04:12:12 +00:00
|
|
|
arsse.db*
|
2017-08-20 03:56:32 +00:00
|
|
|
config.php
|
2017-08-29 13:23:53 +00:00
|
|
|
.php_cs.cache
|
2017-03-28 04:12:12 +00:00
|
|
|
|
2017-09-28 18:17:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Windows files
|
|
|
|
|
2017-03-28 04:12:12 +00:00
|
|
|
Thumbs.db
|
|
|
|
ehthumbs.db
|
|
|
|
Desktop.ini
|
|
|
|
$RECYCLE.BIN/
|
|
|
|
|
|
|
|
|
2017-09-28 18:17:18 +00:00
|
|
|
# macOS files
|
2017-03-28 04:12:12 +00:00
|
|
|
|
|
|
|
.DS_Store
|
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
|
|
|
Icon
|
|
|
|
._*
|
|
|
|
.Spotlight-V100
|
|
|
|
.Trashes
|
2017-09-28 18:17:18 +00:00
|
|
|
|
|
|
|
# archives
|
|
|
|
|
|
|
|
*.zip
|
|
|
|
*.7z
|
|
|
|
*.tar.gz
|
|
|
|
*.tgz
|
|
|
|
*.deb
|
|
|
|
*.rpm
|
|
|
|
*.dmg
|
|
|
|
*.cab
|
|
|
|
*.msi
|
|
|
|
*.msm
|
|
|
|
*.msp
|