From e9ee34abf84a10911b2c6041534c2df7f91f052a Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Thu, 17 May 2018 18:28:38 +0100 Subject: server will now serve static files --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3d0f933..c80ad90 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,9 @@ /coverage # production -/build -/saves +/build/ +/saves/ +/__pycache__ # misc .DS_Store -- cgit v1.2.3-ZIG