stignore 253 B

1234567891011121314151617181920212223
  1. node_modules/**
  2. collected-static/**
  3. collected-static
  4. *copy
  5. __pycache__
  6. media/**
  7. *.pyc
  8. *.o
  9. *.a
  10. *.so
  11. *.exe
  12. *.prof
  13. *.swp
  14. .bundle
  15. .vagrant
  16. .envrc
  17. index.html
  18. junitresults.xml
  19. generatedJUnitFiles/**
  20. .mypy_cache/**
  21. .git/*
  22. collected-static/**
  23. ff/static/dist/**