Node.js script to check the status of my server pages. https://kevin-mok.com/server/
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.

28 lines
435 B

5 years ago
  1. /lib
  2. /lib-legacy
  3. /node_modules
  4. *.log
  5. /.nyc_output
  6. /coverage
  7. /dist
  8. /dist-debug
  9. /artifacts
  10. /updates
  11. /resources/winsetup/generated.wxs
  12. /resources/winsetup/obj
  13. /resources/winsetup/bin
  14. /resources/win-chocolatey/tools/chocolateyinstall.ps1
  15. .vs
  16. *.json
  17. *.msi
  18. *.nupkg
  19. test/fixtures/**/.fbkpm
  20. /tmp/
  21. /__tests__/fixtures/**/_*
  22. /__tests__/fixtures/request-cache/GET/localhost/.bin
  23. .idea
  24. .yarn-meta
  25. .pnp.js
  26. .pnp
  27. /packages/lockfile/index.js
  28. .vscode/