.gitignore 419 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Shaarli runtime resources
  2. data
  3. tmp
  4. cache
  5. pagecache
  6. # Eclipse project files
  7. .settings
  8. .buildpath
  9. .project
  10. # Raintpl generated pages
  11. *.rtpl.php
  12. # 3rd-party dependencies
  13. vendor/
  14. # Release archives
  15. *.tar.gz
  16. *.zip
  17. # Development and test resources
  18. coverage
  19. doxygen
  20. sandbox
  21. phpmd.html
  22. # User plugin configuration
  23. plugins/*/config.php
  24. # HTML documentation
  25. doc/html/
  26. # 3rd party themes
  27. tpl/*
  28. !tpl/default
  29. !tpl/vintage