Skip to content

Commit

Permalink
Fix check-manifest ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Sep 3, 2021
1 parent 664288b commit 049a00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ src = "voila/_version.py"
before-build-npm = ["python -m pip install jupyterlab~=3.0", "jlpm"]

[tool.check-manifest]
ignore = [".binder", "docs/**", "notebooks/**", "packages/**", "share/**/*.js", "share/**/*.woff", "*.json", "*.gif", "yarn.lock", "environment.yml", "readthedocs.yml", ".*", "lint-staged.config.js", "voila/labextension/**", "voila/static/**", "tests/**", "ui-tests/**"]
ignore = [".binder/**", "docs/**", "notebooks/**", "packages/**", "share/**/*.js", "share/**/*.woff", "*.json", "*.gif", "yarn.lock", "environment.yml", "readthedocs.yml", ".*", "lint-staged.config.js", "voila/labextension/**", "voila/static/**", "tests/**", "ui-tests/**"]

0 comments on commit 049a00b

Please sign in to comment.