diff --git a/Makefile b/Makefile index 97ae470..0fdd9aa 100644 --- a/Makefile +++ b/Makefile @@ -28,12 +28,6 @@ run-client: run-server: $(MAKE) -C server run-loop -expire: - $(MAKE) -C grabber expire - -lint: - (cd client/ && yarn lint) - build: (cd client/ && yarn build) (cd client/ && yarn generate) diff --git a/server/.gitignore b/server/.gitignore index 31d9a42..dde040d 100644 --- a/server/.gitignore +++ b/server/.gitignore @@ -1,2 +1,2 @@ -knyt +knowyt data/games/*/state.json