From 24586525e7fe5d2f601d1eb6b72c371635ddd197 Mon Sep 17 00:00:00 2001 From: Alfred Melch Date: Sat, 14 Mar 2020 13:04:02 +0100 Subject: [PATCH] update gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ae9f357..8f80c85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ node_modules/ build/ tmp/ -books/ \ No newline at end of file +books/ +cache/ +data/ \ No newline at end of file