chrisdutz commented on code in PR #13302: URL: https://github.com/apache/iotdb/pull/13302#discussion_r1734131170
########## .gitignore: ########## @@ -123,3 +123,4 @@ iotdb-core/tsfile/src/main/antlr4/org/apache/tsfile/parser/gen/ # Develocity .mvn/.gradle-enterprise/ .mvn/.develocity/ +/iotdb-core/ainode/poetry.lock Review Comment: I just had a look at the PLC4X plc4go module, we do check in the go.sum file (which is something similar) ... I guess another type of project worth having a look would be node-based ones. But sonsidering the volatility of versions in that space (possibly also in python space) it might be a good idea to check in the file as well. -- 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]
