From 2132c999fb4c828b3d7f12a059e859fff6ab71c0 Mon Sep 17 00:00:00 2001 From: Adrian Kuta Date: Thu, 9 Jan 2020 23:19:10 +0100 Subject: [PATCH] Init commit --- .gitignore | 14 ++++++++++++++ app/.gitignore | 1 + 2 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 100644 app/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..603b140 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +*.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 diff --git a/app/.gitignore b/app/.gitignore new file mode 100644 index 0000000..796b96d --- /dev/null +++ b/app/.gitignore @@ -0,0 +1 @@ +/build