.gitignore 83 B

12345678
  1. images/*/*.png
  2. *.log
  3. node_modules/
  4. .DS_Store
  5. *.rdb
  6. coverage/
  7. config.js
  8. *.sublime-*