From 316a3e03e1831bb51c7c4fe2ff007b9416674347 Mon Sep 17 00:00:00 2001 From: xueque <361460536@qq.com> Date: Fri, 16 May 2025 14:37:59 +0800 Subject: [PATCH] Initial commit --- .gitignore | 28 ++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 30 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0296a22 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# ---> Kotlin +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* + +# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects +.kotlin/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..0d3a3b8 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# ddd-demo +