.gitignore 247 B

1234567891011121314151617
  1. # See http://help.github.com/ignore-files/ for more about ignoring files.
  2. # compiled output
  3. /dist
  4. /tmp
  5. # dependencies
  6. /node_modules
  7. /bower_components
  8. # misc
  9. /.sass-cache
  10. /connect.lock
  11. /coverage/*
  12. /libpeerconnection.log
  13. npm-debug.log
  14. testem.log