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

[pulsar-site] branch main updated: Ignore IntelliJ related files

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

mmarshall pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 5c8eb2a1b6a Ignore IntelliJ related files
5c8eb2a1b6a is described below

commit 5c8eb2a1b6a68b54727fd5da480f86fbaaad90ed
Author: Michael Marshall <mm...@apache.org>
AuthorDate: Sat Jun 25 00:59:21 2022 -0500

    Ignore IntelliJ related files
---
 .gitignore | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index e26a2895385..bedfc90b549 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,4 +35,9 @@ lib/core/MetadataBlog.js
 
 build/
 bak/
-website-bak/
\ No newline at end of file
+website-bak/
+
+# IntelliJ
+.idea/
+*.iml
+*.iws
\ No newline at end of file