wombatu-kun commented on code in PR #16778: URL: https://github.com/apache/iceberg/pull/16778#discussion_r3402063280
########## .gitignore: ########## @@ -82,3 +82,13 @@ derby.log # claude code .claude/ + +# For GitHub Copilot +.github/copilot-instructions.md Review Comment: `.github/copilot-instructions.md` is GitHub's repository-wide Copilot instructions file, designed to be committed and shared (the Copilot peer of the tracked `AGENTS.md`), unlike a purely local workspace directory. Ignoring it would silently keep a future shared instructions file (for example one pointing contributors at `AGENTS.md`) out of `git add`. If keeping even a repo-level instructions file untracked is the intent here, this is fine as-is; otherwise consider dropping just this line while still ignoring the workspace dirs below. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
