kbendick commented on a change in pull request #3391:
URL: https://github.com/apache/iceberg/pull/3391#discussion_r737891200
##########
File path: .gitignore
##########
@@ -62,3 +62,7 @@ derby.log
# Python stuff
python_legacy/.mypy_cache/
python/.mypy_cache/
+
+# idea test output
+out
Review comment:
Can you move this up? There's a section alreadd for IntelliJ IDEA
starting around Line 6.
https://github.com/apache/iceberg/blob/c8377cb4400c815e352bb79291e85c1e6dffa05c/.gitignore#L6-L11
##########
File path: .gitignore
##########
@@ -62,3 +62,7 @@ derby.log
# Python stuff
python_legacy/.mypy_cache/
python/.mypy_cache/
+
+# idea test output
+out
Review comment:
Can you move this up? There's a section already for IntelliJ IDEA
starting around Line 6.
https://github.com/apache/iceberg/blob/c8377cb4400c815e352bb79291e85c1e6dffa05c/.gitignore#L6-L11
--
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]