.gitignore 845 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. sandbox
  21. phpmd.html
  22. phpdoc.xml
  23. .phpunit.result.cache
  24. # User plugin configuration
  25. plugins/*
  26. !addlink_toolbar
  27. !archiveorg
  28. !default_colors
  29. !demo_plugin
  30. !isso
  31. !piwik
  32. !playvideos
  33. !pubsubhubbub
  34. !qrcode
  35. !wallabag
  36. plugins/*/config.php
  37. plugins/default_colors/default_colors.css
  38. # HTML documentation
  39. doc/html/
  40. doc/phpdoc/
  41. # 3rd party themes
  42. tpl/*
  43. !tpl/default
  44. !tpl/vintage
  45. # Front end
  46. node_modules
  47. tpl/default/js
  48. tpl/default/css
  49. tpl/default/fonts
  50. tpl/default/img
  51. tpl/vintage/js
  52. tpl/vintage/css
  53. tpl/vintage/img
  54. # Documented scripts
  55. generate_templates.php