From b6b2edd73bc58884e2a47037e5e5d415ede4138d Mon Sep 17 00:00:00 2001 From: luobz Date: Wed, 20 Jun 2018 13:51:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=BB=98=E8=AE=A4=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1397da9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# Java class files +*.class +target/ + +# Generated files +bin/ +gen/ +正式/ +测试/ + +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Proguard folder generated by Eclipse +proguard/ + +#Android Studio +build/ + +# Intellij project files +*.iml +*.ipr +*.iws +.idea/ + +#gradle +.gradle/ +out + +#node.js +node_modules/ \ No newline at end of file