From 398baef739ab73ca8af5c7386e2d1d76a92b828e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=AE=89=E7=90=AA?= Date: Wed, 30 Apr 2025 19:13:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Notes-master/.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Notes-master/.gitignore diff --git a/Notes-master/.gitignore b/Notes-master/.gitignore new file mode 100644 index 0000000..7df8dff --- /dev/null +++ b/Notes-master/.gitignore @@ -0,0 +1,9 @@ +# generated files +bin/ +gen/ + +# Local configuration file (sdk path, etc) +project.properties +.settings/ +.classpath +.project