aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 22:37:14 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 22:37:14 +0100
commit93fae158545f1965f42acdd8069d123c73814649 (patch)
tree1cf8a688c56a7953cb69363c9d7335c22438752b /.gitignore
parentadded a little black magic (diff)
downloadnewspipe-93fae158545f1965f42acdd8069d123c73814649.tar.gz
newspipe-93fae158545f1965f42acdd8069d123c73814649.tar.bz2
newspipe-93fae158545f1965f42acdd8069d123c73814649.zip
Removed some useless JavaScript.
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