.gitignore 77 B

12345678
  1. *.mobi
  2. *.epub
  3. package-lock.json
  4. *.lock
  5. .idea/
  6. .DS_Store/
  7. book/
  8. node_modules/