.gitignore 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. gitCommand.txt
  2. # Logs
  3. logs
  4. *.log
  5. npm-debug.log*
  6. yarn-debug.log*
  7. yarn-error.log*
  8. ossConfig.js
  9. # Runtime data
  10. pids
  11. *.pid
  12. *.seed
  13. *.pid.lock
  14. # Directory for instrumented libs generated by jscoverage/JSCover
  15. lib-cov
  16. # Coverage directory used by tools like istanbul
  17. coverage
  18. # nyc test coverage
  19. .nyc_output
  20. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  21. .grunt
  22. # Bower dependency directory (https://bower.io/)
  23. bower_components
  24. # node-waf configuration
  25. .lock-wscript
  26. # Compiled binary addons (https://nodejs.org/api/addons.html)
  27. build/Release
  28. # Dependency directories
  29. dist/
  30. other/
  31. node_modules/
  32. jspm_packages/
  33. # TypeScript v1 declaration files
  34. typings/
  35. # Optional npm cache directory
  36. .npm
  37. # Optional eslint cache
  38. .eslintcache
  39. # Optional REPL history
  40. .node_repl_history
  41. # Output of 'npm pack'
  42. *.tgz
  43. # Yarn Integrity file
  44. .yarn-integrity
  45. # dotenv environment variables file
  46. .env
  47. .env.test
  48. # parcel-bundler cache (https://parceljs.org/)
  49. .cache
  50. # next.js build output
  51. .next
  52. # nuxt.js build output
  53. .nuxt
  54. # vuepress build output
  55. .vuepress/dist
  56. # Serverless directories
  57. .serverless/
  58. # FuseBox cache
  59. .fusebox/
  60. # DynamoDB Local files
  61. .dynamodb/
  62. /node_modules
  63. coverage
  64. *.log
  65. npm-debug.log
  66. .logs
  67. logs
  68. *.swp
  69. run
  70. *-run
  71. .idea
  72. .DS_Store
  73. .tmp
  74. docs/CONTRIBUTING.md
  75. docs/node_modules
  76. docs/README.md
  77. docs/db.json
  78. docs/source/release/index.md
  79. docs/source/member_guide.md
  80. docs/source/_data/versions.yml
  81. docs/**/contributing.md
  82. docs/public
  83. docs/plugins.png
  84. package-lock.json
  85. yarn.lock
  86. !test/fixtures/apps/loader-plugin/node_modules
  87. .editorconfig
  88. *clinic-flame*
  89. *clinic-doctor*
  90. .nyc_output/
  91. test/fixtures/apps/app-ts/**/*.js
  92. !test/fixtures/apps/app-ts/node_modules
  93. !test/fixtures/apps/app-ts/node_modules/**/*.js
  94. test/fixtures/apps/app-ts-esm/**/*.js
  95. test/fixtures/apps/app-ts-type-check/**/*.js