From 04d584d247b5519568f4d7860fc53a90fa704e3b Mon Sep 17 00:00:00 2001 From: longnh15 Date: Tue, 9 Jun 2026 16:26:16 +0700 Subject: [PATCH] Initial commit with .gitignore --- .gitignore | 16 ++++++++++++++++ .idea/.gitignore | 3 +++ app/.gitignore | 1 + 3 files changed, 20 insertions(+) create mode 100644 .gitignore create mode 100644 .idea/.gitignore create mode 100644 app/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..868556e --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +*.iml +.gradle +/local.properties +/.idea/caches +/.idea/libraries +/.idea/modules.xml +/.idea/workspace.xml +/.idea/navEditor.xml +/.idea/assetWizardSettings.xml +.DS_Store +/build +/captures +.externalNativeBuild +.cxx +local.properties +.kotlin \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/app/.gitignore b/app/.gitignore new file mode 100644 index 0000000..42afabf --- /dev/null +++ b/app/.gitignore @@ -0,0 +1 @@ +/build \ No newline at end of file