.gitignore 321 B

12345678910111213141516171819202122232425262728
  1. # Windows thumbnail cache files
  2. Thumbs.db
  3. ehthumbs.db
  4. ehthumbs_vista.db
  5. # Dump file
  6. *.stackdump
  7. # Folder config file
  8. [Dd]esktop.ini
  9. # Recycle Bin used on file shares
  10. $RECYCLE.BIN/
  11. # Windows Installer files
  12. *.cab
  13. *.msi
  14. *.msm
  15. *.msp
  16. # Windows shortcuts
  17. *.lnk
  18. # Apache Configuration
  19. .htaccess
  20. # Composer Vendor
  21. vendor/