.gitignore 127 B

1234567891011
  1. .DS_Store
  2. node_modules/
  3. dist/
  4. static/ckeditor
  5. gifs/
  6. npm-debug.log
  7. test/unit/coverage
  8. test/e2e/reports
  9. selenium-debug.log
  10. .idea