aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 17a7e884..fc5c2c51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,5 +29,5 @@ newspipe/conf/conf.cfg
# js and node files
node_modules
-newspipe/web/static/bower_components/
+newspipe/web/static/npm_components
newspipe/web/static/js/bundle.min.js
bgstack15