.gitignore 354 B

1234567891011121314151617181920212223242526
  1. # Ignore data/, tmp/, cache/ and pagecache/
  2. data
  3. tmp
  4. cache
  5. pagecache
  6. # Eclipse project files
  7. .settings
  8. .buildpath
  9. .project
  10. # Ignore raintpl generated pages
  11. *.rtpl.php
  12. # Ignore test dependencies
  13. composer.lock
  14. /vendor/
  15. # Ignore development and test resources
  16. coverage
  17. doxygen
  18. sandbox
  19. phpmd.html
  20. # Ignore user plugin configuration
  21. plugins/*/config.php