.gitignore 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. yarn-debug.log*
  6. yarn-error.log*
  7. # Runtime data
  8. pids
  9. *.pid
  10. *.seed
  11. *.pid.lock
  12. # Directory for instrumented libs generated by jscoverage/JSCover
  13. lib-cov
  14. # Coverage directory used by tools like istanbul
  15. coverage
  16. # nyc test coverage
  17. .nyc_output
  18. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  19. .grunt
  20. # Bower dependency directory (https://bower.io/)
  21. bower_components
  22. # node-waf configuration
  23. .lock-wscript
  24. # Compiled binary addons (http://nodejs.org/api/addons.html)
  25. build/Release
  26. # Dependency directories
  27. node_modules/
  28. jspm_packages/
  29. # Typescript v1 declaration files
  30. typings/
  31. # Optional npm cache directory
  32. .npm
  33. # Optional eslint cache
  34. .eslintcache
  35. # Optional REPL history
  36. .node_repl_history
  37. # Output of 'npm pack'
  38. *.tgz
  39. # Yarn Integrity file
  40. .yarn-integrity
  41. # dotenv environment variables file
  42. .env
  43. dist
  44. # package-lock.json
  45. yarn.lock
  46. .DS_Store
  47. .idea/workspace.xml
  48. .idea
  49. .history
  50. # config.json
  51. /.idea/workspace.xml
  52. /.idea/misc.xml
  53. /.idea/modules.xml
  54. /.idea/vcs.xml
  55. # ./src/HR_HRPUB_FROUNT
  56. # ./src/HR_HRHI_FRONT
  57. # ./src/HR_HRWA_FRONT
  58. # ./src/HR_HRJF_FRONT
  59. # src/
  60. # !src/platform/*
  61. # !src/uap
  62. # !src/uapbd
  63. # !src/lappreportrt
  64. dev-build/p-server/
  65. #src/uapbd
  66. #src/uap
  67. /patch_*.zip
  68. c-s
  69. *.iml
  70. dev-component