Updating ignore (possibly overzealous)

This commit is contained in:
James Barnsley
2020-02-08 07:42:50 +13:00
parent 38b074ba59
commit 98f7127cc3
4 changed files with 22 additions and 2 deletions

BIN
.coverage

Binary file not shown.

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ docker/mopidy.conf
docker/data/
docker-compose.yml
/.tox/
/tests/__pycache__/

View File

@ -1,5 +1,12 @@
recursive-include mopidy_iris/static *
recursive-include mopidy_iris *.py
recursive-include docs *
recursive-include tests *.py
recursive-include tests *.js
include mopidy_iris/ext.conf
include mopidy_iris/system.sh
include IRIS_VERSION
recursive-include mopidy_iris/static *
recursive-include mopidy_iris *.py
include Dockerfile
include pyproject.toml
include screenshot.jpg
include tox.ini

View File

@ -114,6 +114,18 @@ ignore =
.vscode
.vscode/*
.dockerignore
VERSION
.coverage
.eslintrc.json
_config.yml
babel.config.js
docker-compose.example.yml
index.html
package-lock.json
package.json
webpack.config.js
tests/__pycache__
tests/__pycache__/*
[tool:pytest]
norecursedirs =