.gitignore 253 B

1234567891011121314151617181920
  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 test output
  16. phpmd.html