From 0a3723dd94c420c9a011e7596ea324417d742ff5 Mon Sep 17 00:00:00 2001 From: manj Date: Fri, 15 Nov 2024 15:11:43 +0800 Subject: [PATCH] Initial commit --- .gitignore | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 55 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dbb1300 --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +# ---> Android +# 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 + +# ---> Anjuta +# Local configuration folder and symbol database +/.anjuta/ +/.anjuta_sym_db.db + +# ---> AL +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ +*.app +.snapshots/* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..da81a12 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# sss +