You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # compiled output
  2. /dist
  3. /tmp
  4. /out-tsc
  5. # dependencies
  6. /node_modules
  7. # IDEs and editors
  8. /.idea
  9. .project
  10. .classpath
  11. .c9/
  12. *.launch
  13. .settings/
  14. *.sublime-workspace
  15. # IDE - VSCode
  16. .vscode/*
  17. !.vscode/settings.json
  18. !.vscode/tasks.json
  19. !.vscode/launch.json
  20. !.vscode/extensions.json
  21. # misc
  22. /.sass-cache
  23. /connect.lock
  24. /coverage
  25. /libpeerconnection.log
  26. npm-debug.log
  27. testem.log
  28. /typings
  29. /docs
  30. # e2e
  31. /e2e/*.js
  32. /e2e/*.map
  33. # System Files
  34. .DS_Store
  35. Thumbs.db