Websocket clock server web interface written in ReactJS/TypeScript
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.

.gitignore 228B

123456789101112131415161718192021222324
  1. # dependencies
  2. /node_modules
  3. /.pnp
  4. .pnp.js
  5. # testing
  6. /coverage
  7. # production
  8. /build
  9. # vim
  10. .*.swp
  11. # misc
  12. .env.local
  13. .env.development.local
  14. .env.test.local
  15. .env.production.local
  16. npm-debug.log*
  17. yarn-debug.log*
  18. yarn-error.log*