.gitignore 349 B

123456789101112131415161718192021222324252627282930
  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