Skip to content

add-tox-to-gitignore#16

Merged
markdentoom merged 2 commits into
masterfrom
add-tox-to-gitignore
Feb 23, 2023
Merged

add-tox-to-gitignore#16
markdentoom merged 2 commits into
masterfrom
add-tox-to-gitignore

Conversation

@markdentoom

Copy link
Copy Markdown
Contributor

When running tox -r as described in the README.md, you will run into the issue that tox creates well over a thousand files (depending on what python versions you have installed) in a .tox folder. This PR prevents those files from being recognized by git

image

Comment thread .gitignore Outdated

# misc
.idea
.tox No newline at end of file

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing EOF newline

@markdentoom
markdentoom merged commit 21137fd into master Feb 23, 2023
@tdgroot
tdgroot deleted the add-tox-to-gitignore branch February 23, 2023 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants