Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude .vscode folder in pyproject.toml #3

Closed
fitzypop opened this issue Aug 4, 2021 · 1 comment
Closed

Exclude .vscode folder in pyproject.toml #3

fitzypop opened this issue Aug 4, 2021 · 1 comment

Comments

@fitzypop
Copy link
Owner

fitzypop commented Aug 4, 2021

Self explanatory. Read the Docs for poetry and pyproject.toml specs to figure out how to exclude files from being built and distributed.

@fitzypop
Copy link
Owner Author

fitzypop commented Aug 4, 2021

in pyproject.toml, add this label, and any future files should be added to the array:

[tool.poetry]
...
exclude = [ ".vscode/settings.json", "<other files>" ]

@fitzypop fitzypop closed this as completed Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant