dimas-b commented on code in PR #246:
URL: https://github.com/apache/polaris/pull/246#discussion_r1747577077
##########
.gitignore:
##########
@@ -21,6 +21,11 @@ regtests/derby.log
regtests/metastore_db
regtests/output/
+# Python stuff
+poetry.lock
+polaris-venv/
+pyproject.toml
Review Comment:
```
/p/polaris (git-ignore|✚1) $ git st
On branch git-ignore
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: regtests/client/python/poetry.lock
```
... but it's a good point in general. I've added leading slashes to avoid
ambiguity.
--
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]