random-bunny/.gitignore
Ethan Lane e766a42235
All checks were successful
continuous-integration/drone/push Build is passing
Fix bug where the randomiser would pick -1
This was caused by the randomiser using the wrong brackets.

We needed the maximum index of the length - 1, but the randomiser would
take the 1 AFTER randomising, adding brackets made it do this BEFORE.
2023-05-29 16:48:01 +01:00

5 lines
45 B
Plaintext

node_modules/
dist/
coverage/
yarn-error.log