.gitignore 458 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. inc/languages/*/LC_MESSAGES/shaarli.mo
  18. # Development and test resources
  19. coverage
  20. doxygen
  21. sandbox
  22. phpmd.html
  23. # User plugin configuration
  24. plugins/*/config.php
  25. # HTML documentation
  26. doc/html/
  27. # 3rd party themes
  28. tpl/*
  29. !tpl/default
  30. !tpl/vintage