You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2021/10/29 02:38:58 UTC

[rocketmq-cloudevents] branch master updated: open issue and wiki and add gitignore

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e7549a7  open issue and wiki and add gitignore
e7549a7 is described below

commit e7549a72e9c96caa886446e0dbfec8750f01e4d2
Author: ShannonDing <li...@163.com>
AuthorDate: Fri Oct 29 10:38:46 2021 +0800

    open issue and wiki and add gitignore
---
 .asf.yaml  |  8 ++++++++
 .gitignore | 15 +++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..83d040d
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,8 @@
+github:
+  features:
+    # Enable issue management
+    issues: true
+    # Enable wiki
+    wiki: true
+
+  protected_branches:
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d7fba17
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+*dependency-reduced-pom.xml
+.classpath
+.project
+.settings/
+target/
+devenv
+*.log*
+*.iml
+.idea/
+*.versionsBackup
+!NOTICE-BIN
+!LICENSE-BIN
+.DS_Store
+localbin
+nohup.out