From 42cde1c9fae75f683840725b056b809857fc77cc Mon Sep 17 00:00:00 2001 From: ycy Date: Mon, 26 Apr 2021 22:58:27 +0800 Subject: [PATCH] b --- .gitignore | 24 ++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..edcd269 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +.idea/ +*.iml +out/ +target/ +deploy/ +.classpath +.project +.settings +.externalToolBuilders +Thumbs.db +classes +/res/drawable-hdpi/Thumbs.db +mobile.eml +mobile.iml +mobile.userlibraries +*.pid +/do.sh +build/ +/.metadata/ +/*_deploy_* +/logs +/conf/*/* +/lexis_html + diff --git a/README.md b/README.md index e38c206..6421bb0 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ void a ################b -void b \ No newline at end of file +void b b \ No newline at end of file -- Gitee