.gitignore 388 B

12345678910111213141516171819202122232425262728293031323334
  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. composer.lock
  14. vendor/
  15. # Release archives
  16. *.tar.gz
  17. *.zip
  18. # Development and test resources
  19. coverage
  20. doxygen
  21. sandbox
  22. phpmd.html
  23. # User plugin configuration
  24. plugins/*/config.php
  25. # 3rd party themes
  26. tpl/*
  27. !tpl/default