From b27349d5d720e77f9410b90d6934b89f911b44d4 Mon Sep 17 00:00:00 2001 From: ParkUiel <128464859+parkuiery@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:52:08 +0900 Subject: [PATCH] Initial commit --- .gitignore | 33 +++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 35 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..347e252 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Log/OS Files +*.log + +# Android Studio generated files and folders +captures/ +.externalNativeBuild/ +.cxx/ +*.apk +output.json + +# IntelliJ +*.iml +.idea/ +misc.xml +deploymentTargetDropDown.xml +render.experimental.xml + +# Keystore files +*.jks +*.keystore + +# Google Services (e.g. APIs or Firebase) +google-services.json + +# Android Profiling +*.hprof diff --git a/README.md b/README.md new file mode 100644 index 0000000..a206fbf --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# DMS-KMP +This is Dormitory Management System KMP Repository