.gitignore 196 B

12345678910111213141516171819202122232425262728
  1. .tmp
  2. .publish
  3. .deploy
  4. node_modules
  5. bower_components
  6. releases
  7. *~
  8. *#
  9. .DS_STORE
  10. Thumbs.db
  11. .netbeans
  12. nbproject
  13. .idea
  14. .node_history
  15. lib-cov
  16. *.seed
  17. *.log
  18. *.out
  19. *.pid
  20. npm-debug.log
  21. *.iml
  22. /dist
  23. /.env