From 3ab6290d4994b33cdbf831523938cdb18a13bf49 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 9 Mar 2020 23:16:05 +0100 Subject: Refactoring the backend. --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fc5c2c51..27f1cf1f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,10 +24,10 @@ build newspipe.egg-info/ -newspipe/conf/conf.cfg +instance/development.py .coverage # js and node files node_modules -newspipe/web/static/npm_components -newspipe/web/static/js/bundle.min.js +newspipe/static/npm_components +newspipe/static/js/bundle.min.js -- cgit