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

emkornfield pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git


The following commit(s) were added to refs/heads/production by this push:
     new 36647fd  Ignore intellij files in `.gitignore` (#77)
36647fd is described below

commit 36647fd68631491bbcd67e7c2b95ad87fdb84370
Author: Fokko Driesprong <[email protected]>
AuthorDate: Thu Jul 25 09:55:04 2024 +0200

    Ignore intellij files in `.gitignore` (#77)
---
 .gitignore | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitignore b/.gitignore
index cc11a84..b89d6df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,12 @@ node_modules/
 package-lock.json
 .hugo_build.lock
 *~
+
+# intellij files
+.idea
+.idea_modules/
+*.ipr
+*.iws
+*.iml
+out
+

Reply via email to