aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 780b0a5e..17a7e884 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,10 +22,12 @@ eproject.cfg
venv
build
-src/conf/conf.cfg
+newspipe.egg-info/
+
+newspipe/conf/conf.cfg
.coverage
# js and node files
node_modules
-src/web/static/bower_components/
-src/web/static/js/bundle.min.js
+newspipe/web/static/bower_components/
+newspipe/web/static/js/bundle.min.js
bgstack15