You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/06/17 09:44:48 UTC

[rocketmq-clients] branch master updated: Update .gitignore

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

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new 9bd57b4  Update .gitignore
9bd57b4 is described below

commit 9bd57b442d519c7e535ff98ac95685d8aed147e2
Author: Aaron Ai <aa...@apache.org>
AuthorDate: Fri Jun 17 17:44:06 2022 +0800

    Update .gitignore
---
 .gitignore | 30 +++++++++++++++++++++++++-----
 1 file changed, 25 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 678b6cc..96db390 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,26 @@
-bin
-obj
+# Intellij IDEA
+.idea/
+out/
+*.ipr
+*.iml
+*.iws
+
+# Eclipse
+.classpath
+.project
+.settings/
+.metadata/
+.factorypath
+
+# MacOS
+**/.DS_Store
+
+# Visual Studio Code
 .vscode/
-.idea
-*.user
-*DS_Store
\ No newline at end of file
+
+# Maven
+target/
+*.ser
+*.ec
+dependency-reduced-pom.xml
+.flattened-pom.xml