.gitignore 1010 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <<<<<<< HEAD
  2. # Logs
  3. logs
  4. *.log
  5. npm-debug.log*
  6. # Runtime data
  7. pids
  8. *.pid
  9. *.seed
  10. *.pid.lock
  11. # Directory for instrumented libs generated by jscoverage/JSCover
  12. lib-cov
  13. # Coverage directory used by tools like istanbul
  14. coverage
  15. # nyc test coverage
  16. .nyc_output
  17. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  18. .grunt
  19. # Bower dependency directory (https://bower.io/)
  20. bower_components
  21. # node-waf configuration
  22. .lock-wscript
  23. # Compiled binary addons (http://nodejs.org/api/addons.html)
  24. build/Release
  25. # Dependency directories
  26. node_modules
  27. jspm_packages
  28. # Optional npm cache directory
  29. .npm
  30. # Optional eslint cache
  31. .eslintcache
  32. # Optional REPL history
  33. .node_repl_history
  34. # Output of 'npm pack'
  35. *.tgz
  36. # Yarn Integrity file
  37. .yarn-integrity
  38. # dotenv environment variables file
  39. .env
  40. # temp directory
  41. tmp
  42. =======
  43. .DS_Store
  44. node_modules/
  45. dist/
  46. npm-debug.log*
  47. yarn-debug.log*
  48. yarn-error.log*
  49. # Editor directories and files
  50. .idea
  51. *.suo
  52. *.ntvs*
  53. *.njsproj
  54. *.sln
  55. >>>>>>> frontend