diff --git a/.gitignore b/.gitignore index cb51da8..7a6a6b0 100644 --- a/.gitignore +++ b/.gitignore @@ -158,4 +158,6 @@ dist # and uncomment the following lines # .pnp.* -# End of https://www.toptal.com/developers/gitignore/api/node,yarn \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/node,yarn + +highscore.json \ No newline at end of file diff --git a/packages/server/src/highscore.json b/packages/server/src/highscore.json deleted file mode 100644 index 987f39d..0000000 --- a/packages/server/src/highscore.json +++ /dev/null @@ -1 +0,0 @@ -{"highscore":7} \ No newline at end of file