1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 13:12:41 +00:00
Arsse/.gitignore

43 lines
345 B
Text
Raw Normal View History

2017-09-28 18:17:18 +00:00
# Temporary files and dependencies
vendor/
documentation/
2017-09-28 18:17:18 +00:00
tests/coverage/
2017-03-28 04:12:12 +00:00
arsse.db*
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
2017-09-28 18:17:18 +00:00
# archives
*.zip
*.7z
*.tar.gz
*.tgz
*.deb
*.rpm
*.dmg
*.cab
*.msi
*.msm
*.msp