.gitignore 287 B

123456789101112131415161718
  1. .DS_Store
  2. .idea
  3. .tmp/
  4. .sass-cache
  5. *.iml
  6. /generated
  7. /reports
  8. /coverage
  9. /app/styles/*.css
  10. /app/styles/*.css.map
  11. /app/bower_components/*
  12. /node_modules
  13. !/app/bower_components/polybrush
  14. npm-debug.log
  15. app/images/icons/svg/sprite/sprite.svg
  16. credentials.js
  17. test/e2e/reports
  18. test/e2e/screenshots