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.

34 lines
484 B

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