chore: Add build folder to the gitignore list.#617
Closed
odadacharles wants to merge 1 commit into
Closed
Conversation
Signed-off-by: Charles Odada <charles.odada@canonical.com>
jahn-junior
requested changes
Jul 14, 2026
Collaborator
There was a problem hiding this comment.
@odadacharles Is there a specific build artifact in the _dev directory that was left out of the .gitignore? If so, can you add it explicitly?
We can't ignore the entire directory, as maintainers will need to make changes and, while it isn't recommended, teams may need to customize the directory's contents.
Contributor
Author
|
@jahn-junior Sorry, I hadn't considered that. We've been seeing files in the doctrees folder and a few others. These are handled by running |
Collaborator
|
Resolved the issue downstream |
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.
CHANGELOG.mdwith relevant non-documentation file changes?The
_devfolder is a build folder and changes to it should not be committed.