open issue and wiki and add gitignore
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