.dockerignore 613 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # Docker-ignore
  2. .dev
  3. .git
  4. .github
  5. tests
  6. # Shaarli runtime resources
  7. cache/*
  8. data/*
  9. pagecache/*
  10. tmp/*
  11. # Eclipse project files
  12. .settings
  13. .buildpath
  14. .project
  15. # Raintpl generated pages
  16. *.rtpl.php
  17. # 3rd-party dependencies
  18. vendor/
  19. # Release archives
  20. *.tar.gz
  21. *.zip
  22. inc/languages/*/LC_MESSAGES/shaarli.mo
  23. # Development and test resources
  24. coverage
  25. doxygen
  26. sandbox
  27. phpmd.html
  28. # User plugin configuration
  29. plugins/*/config.php
  30. # 3rd party themes
  31. tpl/*
  32. !tpl/default
  33. !tpl/vintage
  34. # Front end
  35. node_modules
  36. tpl/default/js
  37. tpl/default/css
  38. tpl/default/fonts
  39. tpl/default/img
  40. tpl/vintage/js
  41. tpl/vintage/css
  42. tpl/vintage/img