.gitignore 280 B

12345678910111213141516171819
  1. # User specific & automatically generated files #
  2. #################################################
  3. /build
  4. /dist
  5. /tags
  6. /composer.lock
  7. /phpunit.xml
  8. /vendor
  9. # OS generated files #
  10. ######################
  11. .DS_Store
  12. .DS_Store?
  13. ._*
  14. .Spotlight-V100
  15. .Trashes
  16. Icon?
  17. ehthumbs.db
  18. Thumbs.db