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.

50 lines
609 B

  1. # See http://help.github.com/ignore-files/ for more about ignoring files.
  2. # compiled output
  3. /dist
  4. /tmp
  5. /out-tsc
  6. /doc
  7. # dependencies
  8. /node_modules
  9. # IDEs and editors
  10. /.idea
  11. .project
  12. .classpath
  13. .c9/
  14. *.launch
  15. .settings/
  16. *.sublime-workspace
  17. # IDE - VSCode
  18. .vscode/*
  19. !.vscode/settings.json
  20. !.vscode/tasks.json
  21. !.vscode/launch.json
  22. !.vscode/extensions.json
  23. # misc
  24. /.sass-cache
  25. /connect.lock
  26. /coverage
  27. /libpeerconnection.log
  28. npm-debug.log
  29. testem.log
  30. /typings
  31. # e2e
  32. /e2e/*.js
  33. /e2e/*.map
  34. # System Files
  35. .DS_Store
  36. Thumbs.db
  37. package-lock.json
  38. gitDiff.sh
  39. .update
  40. # SonarQube
  41. .scannerwork
  42. sonar-project.properties