Conversation
|
|
||
| # Re-include the top-level broadcast directory itself so that sub-rules can work. | ||
| # NOTE: The actual broadcast outputs are handled by the exclusion patterns below. | ||
| # This line is often implicitly handled by Git but kept for clarity/compatiblity. |
There was a problem hiding this comment.
Bug: Broadcast directory negation pattern ineffective
The pattern !/broadcast attempts to re-include the broadcast directory after excluding it with /broadcast/ on line 39, but this negation won't work because !/broadcast without a trailing slash only matches a file, not a directory. This prevents the subsequent exclusion patterns on lines 47 and 49 from working, as Git won't traverse into an already-excluded directory.
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.
Note
.gitignore expanded and reorganized to cover Node/Next.js builds, caches/temp, env files, VS Code, and Foundry broadcast artifacts (with 31337 and dry-run exclusions).
node_modules/,out/,cache/,/tmp/,.DS_Store,buffer/..env,.env.local,.env.testnet,.env.mainnet..vscode/./broadcast/with!/broadcastre-include; exclude/broadcast/*/31337/and/broadcast/**/dry-run/.Written by Cursor Bugbot for commit 25cf0a9. This will update automatically on new commits. Configure here.