.gitignore 813 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. # Specifies intentionally untracked files to ignore when using Git
  2. # http://git-scm.com/docs/gitignore
  3. *~
  4. *.sw[mnpcod]
  5. .tmp
  6. *.tmp
  7. *.tmp.*
  8. UserInterfaceState.xcuserstate
  9. $RECYCLE.BIN/
  10. *.log
  11. log.txt
  12. *.err.*
  13. *.info.*
  14. /.sourcemaps
  15. /.versions
  16. /coverage
  17. # Ionic
  18. /.ionic
  19. /www
  20. /platforms
  21. /plugins
  22. # Compiled output
  23. /dist
  24. /tmp
  25. /out-tsc
  26. /bazel-out
  27. # Node
  28. /node_modules
  29. npm-debug.log
  30. yarn-error.log
  31. # IDEs and editors
  32. .idea/
  33. .project
  34. .classpath
  35. .c9/
  36. *.launch
  37. .settings/
  38. *.sublime-project
  39. *.sublime-workspace
  40. # Visual Studio Code
  41. .vscode/*
  42. !.vscode/settings.json
  43. !.vscode/tasks.json
  44. !.vscode/launch.json
  45. !.vscode/extensions.json
  46. .history/*
  47. # Miscellaneous
  48. /.angular
  49. /.angular/cache
  50. .sass-cache/
  51. /.nx
  52. /.nx/cache
  53. /connect.lock
  54. /coverage
  55. /libpeerconnection.log
  56. testem.log
  57. /typings
  58. # System files
  59. .DS_Store
  60. Thumbs.db