.gitignore 356 B

123456789101112131415161718192021222324252627
  1. logs/
  2. */log/
  3. */app/base.url
  4. */enclosures/
  5. !*/enclosures/app/
  6. */podcasts/
  7. !*/podcasts/app/
  8. !*/podcasts/*/app/
  9. */stations/
  10. !*/stations/app/
  11. .bundle/config
  12. vendor/bundle/
  13. .config/streamripper/streamripper.ini
  14. src/index.html
  15. src/*/index.html
  16. src/*/*/index.html
  17. src/*-cmd/*-*-*-*
  18. src/enclosure-tag-cmd/testdata/*.jpg
  19. src/enclosure-tag-cmd/testdata/*.mp3