.gitignore 402 B

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