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.

.gitignore 503B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # See http://help.github.com/ignore-files/ for more about ignoring files.
  2. # compiled output
  3. /dist
  4. /tmp
  5. /out-tsc
  6. # dependencies
  7. /node_modules
  8. # IDEs and editors
  9. /.idea
  10. .project
  11. .classpath
  12. .c9/
  13. *.launch
  14. .settings/
  15. *.sublime-workspace
  16. # IDE - VSCode
  17. .vscode/*
  18. !.vscode/settings.json
  19. !.vscode/tasks.json
  20. !.vscode/launch.json
  21. !.vscode/extensions.json
  22. # misc
  23. /.sass-cache
  24. /connect.lock
  25. /coverage
  26. /libpeerconnection.log
  27. npm-debug.log
  28. yarn-error.log
  29. testem.log
  30. /typings
  31. # System Files
  32. .DS_Store
  33. Thumbs.db