.gitignore 118 B

12345678910111213
  1. .idea/
  2. *.iml
  3. *.iws
  4. *.eml
  5. out/
  6. .DS_Store
  7. .svn
  8. log/*.log
  9. tmp/**
  10. node_modules/
  11. .sass-cache
  12. dist/*.map
  13. /nbproject/private/