AneeqaCodes commented on code in PR #1814: URL: https://github.com/apache/age/pull/1814#discussion_r1597051266
########## .gitignore: ########## @@ -1,8 +1,12 @@ +@@ -1,11 +1,9 @@ *.o *.so +.gitignore Review Comment: I know it seems like redundant but I added .gitignore to maintain consistency and prevent accidental commits of this file, ensuring clarity in our version control process. And actually it also serves as a reminder for all contributors that we should ignore this file itself to prevent accidental commits. -- 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]
