You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
332 B

  1. .vagrant
  2. Customfile
  3. __pycache__
  4. *.py[co]
  5. *.egg-info/
  6. .cache/
  7. .mypy_cache/
  8. .webassets-cache/
  9. .webassets-manifest
  10. *.gz
  11. *.log
  12. # don't track the built versions of CSS and JS
  13. tildes/static/css/*
  14. tildes/static/js/third_party.js
  15. tildes/static/js/tildes.js
  16. # don't track the site-icons spritesheet(s)
  17. tildes/static/images/site-icons*