.gitignore 360 B

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