From 14d9924ea03d04cc28266a64efdf11008745afa2 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Sat, 21 Dec 2019 18:09:04 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 29ab06a..2c0891f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,10 @@ +syntax: glob .idea apierrors/errors static/build.json static/dashboard/node_modules static/webapp/node_modules static/webapp/.git -scripts/ -generators/ *.pyc __pycache__ .ropeproject @@ -20,3 +19,4 @@ build dist code.tar.gz server/schema/services/_cache.json +server/apierrors/errors/*