diff options
author | Amit Kumar <amitkma@e.email> | 2021-04-27 22:19:39 +0530 |
---|---|---|
committer | Amit Kumar <amitkma@e.email> | 2021-04-27 22:19:39 +0530 |
commit | 05fca2863a198db5d58fd55db6c5d7b67fd46e58 (patch) | |
tree | 952fa67f0f03adf081ecec55a9c1bc0a920df7d1 /.gitignore |
Initial setup
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 38 |
1 files changed, 38 insertions, 0 deletions
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 |