.gitignore 252 B

1234567891011121314151617
  1. nitter
  2. *.html
  3. *.db
  4. /tests/__pycache__
  5. /tests/geckodriver.log
  6. /tests/downloaded_files
  7. /tests/latest_logs
  8. /tools/gencss
  9. /tools/rendermd
  10. /public/css/style.css
  11. /public/md/*.html
  12. nitter.conf
  13. guest_accounts.json*
  14. sessions.json*
  15. dump.rdb
  16. *.bak
  17. /tools/*.json*