aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-06-30 14:00:49 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-06-30 14:00:49 +0200
commit60a7fc417568d895c65f03b538a37452cf5745c6 (patch)
treee2c83e1877f9ca4ab526bf2cbfb64dca69d9731b /.gitignore
parentminor fixes for the templates. (diff)
parentAlert messages are now placed in the navbar. (diff)
downloadnewspipe-60a7fc417568d895c65f03b538a37452cf5745c6.tar.gz
newspipe-60a7fc417568d895c65f03b538a37452cf5745c6.tar.bz2
newspipe-60a7fc417568d895c65f03b538a37452cf5745c6.zip
Merge branch 'master' of git.sr.ht:~cedric/newspipe
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d404cdf7..19de4989 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,4 +31,3 @@ instance/development.py
# js and node files
node_modules
newspipe/static/npm_components
-newspipe/static/js/bundle.min.js
bgstack15