.gitignore 596 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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
  31. # Front end
  32. node_modules
  33. tpl/default/js
  34. tpl/default/css
  35. tpl/default/fonts
  36. tpl/default/img
  37. tpl/vintage/js
  38. tpl/vintage/css
  39. tpl/vintage/img