xiazcy commented on code in PR #3380:
URL: https://github.com/apache/tinkerpop/pull/3380#discussion_r3067001463


##########
source-release.xml:
##########
@@ -48,6 +48,14 @@
                      of these files will be present. So, it's safer to exclude 
them.
                 -->
 
+                <!-- AI coding agent directories -->
+                <exclude>.claude/**</exclude>
+                <exclude>.codex/**</exclude>
+                <exclude>.copilot/**</exclude>
+                <exclude>.cursor/**</exclude>
+                <exclude>.kiro/**</exclude>
+                <exclude>.junie/**</exclude>

Review Comment:
   ```suggestion
                   <exclude>**/.claude/**</exclude>
                   <exclude>**/.codex/**</exclude>
                   <exclude>**/.copilot/**</exclude>
                   <exclude>**/.cursor/**</exclude>
                   <exclude>**/.kiro/**</exclude>
                   <exclude>**/.junie/**</exclude>
   ```
   Nit: agent directories may also exist inside modules if someone is working 
with a specific GLV or component. 



-- 
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]

Reply via email to