From 8131f94530cb2274df5f1535622a4f8bff18a538 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 11 Sep 2014 22:16:11 +0200 Subject: [PATCH] js: Remove references to js/ dir --- .gitignore | 2 -- MANIFEST.in | 4 ---- 2 files changed, 6 deletions(-) diff --git a/.gitignore b/.gitignore index 863c9796..0edb30e0 100644 --- a/.gitignore +++ b/.gitignore @@ -13,8 +13,6 @@ cover/ coverage.xml dist/ docs/_build/ -js/test/lib/ mopidy.log* -node_modules/ nosetests.xml xunit-*.xml diff --git a/MANIFEST.in b/MANIFEST.in index 000fc1ad..df9f8491 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -14,10 +14,6 @@ recursive-include data * recursive-include docs * prune docs/_build -recursive-include js * -prune js/node_modules -prune js/test/lib - recursive-include mopidy *.conf recursive-include mopidy/http/data *