kevinjqliu opened a new pull request, #3189: URL: https://github.com/apache/iceberg-rust/pull/3189
## Which issue does this PR close? - N/A, noticed while verifying 0.11.0 RC1. ## What changes are included in this PR? Adds `.idea export-ignore` to `.gitattributes` so `.idea/` is left out of the source tarball. The release archive is built with `git archive`, and today it ships `.idea/.gitignore` and `.idea/vcs.xml`. Kurtis flagged this during the 0.9.1 vote. ## Are these changes tested? `git archive HEAD | tar -t | grep .idea` is empty with the change and lists both files without it. ## AI Disclosure Drafted with Claude Code, reviewed by me. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
