Clean up and reorganise .gitignore#6956
Open
qin-yu wants to merge 3 commits intonextflow-io:masterfrom
Open
Conversation
✅ Deploy Preview for nextflow-docs-staging canceled.
|
- Remove duplicate .cache/* entry - Consolidate redundant build patterns into single **/build/ - Add !changelog.txt exception to prevent ignoring changelog files Signed-off-by: Qin Yu <[email protected]>
- Use trailing slashes for all directory patterns (e.g., .cache/ instead of .cache/*) - More idiomatic and clearer intent that these are directories - No functional change, just consistency improvement Signed-off-by: Qin Yu <[email protected]>
Signed-off-by: Qin Yu <[email protected]>
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.
Hi @bentsherman and @pditommaso, I recently started using Nextflow and, while exploring the repository structure, noticed that
.gitignorecould use a bit of tidying.This PR is split into 3 commits for easier review, though feel free to squash and merge:
changelog.txtThere should be no functional changes, just a clearer and more consistent structure.
Hope this helps!