.gitignore 371 B

12345678910111213141516171819202122232425
  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. /nbproject
  13. .idea
  14. # OS generated files #
  15. ######################
  16. .DS_Store
  17. .DS_Store?
  18. ._*
  19. .Spotlight-V100
  20. .Trashes
  21. Icon?
  22. ehthumbs.db
  23. Thumbs.db