Inegrate calendi in meeting Schedule
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.

43 lines
509 B

  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. # IDEs and editors
  8. /.idea
  9. .project
  10. .classpath
  11. .c9/
  12. *.launch
  13. .settings/
  14. .vs/
  15. [Oo]bj/
  16. bin/
  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