.gitignore 289 B

12345678910111213141516171819202122
  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 data & output
  16. coverage
  17. tests/datastore.php
  18. phpmd.html