Update bson gitignore#128
Closed
stankudrow wants to merge 1 commit intopy-bson:masterfrom
stankudrow:update-gitignore
Closed
Update bson gitignore#128stankudrow wants to merge 1 commit intopy-bson:masterfrom stankudrow:update-gitignore
stankudrow wants to merge 1 commit intopy-bson:masterfrom
stankudrow:update-gitignore
Conversation
stankudrow
commented
Dec 18, 2024
stankudrow
commented
Dec 18, 2024
| # pyenv | ||
| # For a library or package, you might want to ignore these files since the code is | ||
| # intended to run in multiple environments; otherwise, check them in: | ||
| .python-version |
Contributor
Author
Member
There was a problem hiding this comment.
You can add the .python-version to the gitignore, yes.
But I don't think we need to add that many things to the .gitignore, only add when things are needed.
Contributor
Author
There was a problem hiding this comment.
Which would you like to keep here definitely? I think I can remove other project management packages, but what else?
stankudrow
commented
Dec 18, 2024
Comment on lines
-51
to
-52
| # Django stuff: | ||
| *.log |
stankudrow
commented
Dec 18, 2024
|
|
||
| # Distribution / packaging | ||
| .Python | ||
| env/ |
Contributor
Author
There was a problem hiding this comment.
Moved down to the "Environment" section.
stankudrow
commented
Dec 18, 2024
Comment on lines
+84
to
+85
| # mkdocs documentation | ||
| /site |
Contributor
Author
There was a problem hiding this comment.
Making it stay or go?
Contributor
Author
|
Rebased. |
Kludex
reviewed
Dec 19, 2024
Member
Kludex
left a comment
There was a problem hiding this comment.
As I said before, I prefer to have files added to the .gitignore when needed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Template: https://github.com/github/gitignore/blob/main/Python.gitignore
Partially covers: #126 - extracting only the
.gitignorefile updatesPartially addresses: #127