.gitignore 414 B

1234567891011121314151617181920212223242526
  1. # User specific & automatically generated files #
  2. #################################################
  3. /app/Config/database.php
  4. /app/tmp
  5. /lib/Cake/Console/Templates/skel/tmp/
  6. /plugins
  7. /vendors
  8. /build
  9. /dist
  10. /tags
  11. *.mo
  12. # IDE and editor specific files #
  13. #################################
  14. .idea
  15. # OS generated files #
  16. ######################
  17. .DS_Store
  18. .DS_Store?
  19. ._*
  20. .Spotlight-V100
  21. .Trashes
  22. Icon?
  23. ehthumbs.db
  24. Thumbs.db