You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ru...@apache.org on 2022/02/08 18:07:48 UTC

[iceberg-docs] 29/47: Add IntelliJ related files to gitignore (#29)

This is an automated email from the ASF dual-hosted git repository.

russellspitzer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git

commit 57ed098b992c1270beb31b696265e5eb563701e8
Author: Jack Ye <yz...@amazon.com>
AuthorDate: Fri Feb 4 12:00:18 2022 -0800

    Add IntelliJ related files to gitignore (#29)
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 791934a..c7870c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,10 @@
 resources
 !javadoc/resources
 
+# IntelliJ
+.idea
+*.iml
+
 # Other
 __pycache__
 .DS_Store