.gitignore 153 B

1234567891011121314
  1. .DS_Store
  2. node_modules/
  3. gifs/
  4. npm-debug.log
  5. test/unit/coverage
  6. test/e2e/reports
  7. selenium-debug.log
  8. .idea
  9. package-lock.json
  10. .history
  11. .project
  12. *.zip
  13. *.rar