Skip to content

Commit

Permalink
Merge pull request #68 from ArjunJadeja/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
ArjunJadeja authored Sep 1, 2022
2 parents c22c89d + 21c34f5 commit 1b626a6
Show file tree
Hide file tree
Showing 40 changed files with 156 additions and 480 deletions.
Binary file removed .DS_Store
Binary file not shown.
62 changes: 62 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Gradle files
.gradle
.gradle/
build/
/build
/captures

# Local configuration file (sdk path, etc)
local.properties

# Log/OS Files
*.log

# Android Studio generated files and folders
captures/
.externalNativeBuild/
.cxx/
*.apk
*.aab
output.json
release
.navigation

# IntelliJ
*.iml
.idea
.idea/
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea/sonarlint
misc.xml
deploymentTargetDropDown.xml
render.experimental.xml
/.idea

# OSX files
.DS_Store

# Android Profiling
*.hprof

#NDK
obj/
.externalNativeBuild

# Windows thumbnail db
Thumbs.db

# generated files
bin/
gen/

# files for the dex VM
*.dex
.cxx

# Java class files
*.class
Binary file removed .gradle/7.3.3/checksums/checksums.lock
Binary file not shown.
Binary file removed .gradle/7.3.3/checksums/md5-checksums.bin
Binary file not shown.
Binary file removed .gradle/7.3.3/checksums/sha1-checksums.bin
Binary file not shown.
Binary file not shown.
Empty file.
Binary file removed .gradle/7.3.3/executionHistory/executionHistory.bin
Binary file not shown.
Binary file removed .gradle/7.3.3/executionHistory/executionHistory.lock
Binary file not shown.
Binary file removed .gradle/7.3.3/fileChanges/last-build.bin
Binary file not shown.
Binary file removed .gradle/7.3.3/fileHashes/fileHashes.bin
Binary file not shown.
Binary file removed .gradle/7.3.3/fileHashes/fileHashes.lock
Binary file not shown.
Binary file removed .gradle/7.3.3/fileHashes/resourceHashesCache.bin
Binary file not shown.
Empty file removed .gradle/7.3.3/gc.properties
Empty file.
Binary file removed .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 0 additions & 2 deletions .gradle/buildOutputCleanup/cache.properties

This file was deleted.

Binary file removed .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file removed .gradle/file-system.probe
Binary file not shown.
Empty file removed .gradle/vcs-1/gc.properties
Empty file.
51 changes: 0 additions & 51 deletions .idea/assetWizardSettings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/compiler.xml

This file was deleted.

20 changes: 0 additions & 20 deletions .idea/gradle.xml

This file was deleted.

33 changes: 0 additions & 33 deletions .idea/misc.xml

This file was deleted.

87 changes: 0 additions & 87 deletions .idea/navEditor.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

Loading

0 comments on commit 1b626a6

Please sign in to comment.