From e0bd89e458939e50ddef331829337b282bf76bff Mon Sep 17 00:00:00 2001 From: Ramandeep Date: Thu, 9 Sep 2021 00:55:13 +0530 Subject: [PATCH] SPCA App --- .gitignore | 7 +++++++ app/.gitignore | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 app/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a8936c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.gradle +/local.properties +/.idea +*.iml +.DS_Store +/build +/key* \ No newline at end of file diff --git a/app/.gitignore b/app/.gitignore new file mode 100644 index 0000000..e8fa30f --- /dev/null +++ b/app/.gitignore @@ -0,0 +1,2 @@ +/build +*.iml