From 56170e37b4dc64c424ee6675ef405d195a7744c3 Mon Sep 17 00:00:00 2001 From: AlexStark <434898321@qq.com> Date: Thu, 26 Aug 2021 14:52:28 +0800 Subject: [PATCH] first commit --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7df8dff --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# generated files +bin/ +gen/ + +# Local configuration file (sdk path, etc) +project.properties +.settings/ +.classpath +.project