From b3706b505ec29c6feb8c0a6ac490c7b2eaa3d5cc Mon Sep 17 00:00:00 2001 From: zeek <984294471@qq.com> Date: Sun, 15 Mar 2020 21:34:35 +0800 Subject: [PATCH] update gitignore --- .gitignore | 4 +++- pom.xml | 12 ++++++++++++ solo.weixin.iml | 21 +++++++++++++++++++++ 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 pom.xml create mode 100644 solo.weixin.iml diff --git a/.gitignore b/.gitignore index b668332..5f8523b 100644 --- a/.gitignore +++ b/.gitignore @@ -116,4 +116,6 @@ fabric.properties # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser - +.idea +target +*.iml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..709cedd --- /dev/null +++ b/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + com.zeekling + solo.weixin + 1.0-SNAPSHOT + + + \ No newline at end of file diff --git a/solo.weixin.iml b/solo.weixin.iml new file mode 100644 index 0000000..c4eb023 --- /dev/null +++ b/solo.weixin.iml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file