From 05fca2863a198db5d58fd55db6c5d7b67fd46e58 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Tue, 27 Apr 2021 22:19:39 +0530 Subject: Initial setup --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e1e9a78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +# Gradle build files +build/ +.gradle + +# Local gradle properties +local.properties + +# IntelliJ .idea folder +/.idea/caches +/.idea/libraries +/.idea/modules.xml +/.idea/workspace.xml +/.idea/navEditor.xml +.idea/tasks.xml +.idea/compiler.xml +/.idea/assetWizardSettings.xml +/.idea/jarRepositories.xml +gradle.xml +markdown-*.xml +*.iml + +# General +.DS_Store +.externalNativeBuild +.cxx + +# Log Files +*.log + +# Android Studio Navigation editor temp files +.navigation/ + +# Android Studio captures folder +captures/ + +# Built application files +*.apk +*.aar \ No newline at end of file -- cgit v1.2.1