You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ja...@apache.org on 2022/02/04 20:00:25 UTC

[iceberg-docs] branch main updated: Add IntelliJ related files to gitignore (#29)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 57ed098  Add IntelliJ related files to gitignore (#29)
57ed098 is described below

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