Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Commit a64db13

Browse files
committed
converted to english
1 parent 7c4d2a3 commit a64db13

File tree

93 files changed

+1015
-492
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+1015
-492
lines changed

.gitignore

+30-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,37 @@
11
*.iml
22
.gradle
33
/local.properties
4-
/.idea/workspace.xml
5-
/.idea/libraries
4+
/.idea/
65
.DS_Store
76
/build
87
/captures
98
.externalNativeBuild
9+
*.apk
10+
*.ap_
11+
*.properties
12+
*.dex
13+
keystore.properties
14+
*.class
15+
bin/
16+
gen/
17+
out/
18+
app/betaVersion
19+
app/release
20+
.gradle/
21+
build/
22+
local.properties
23+
proguard/
24+
*.log
25+
.navigation/
26+
captures/
27+
*.jks
28+
.externalNativeBuild
29+
google-services.json
30+
freeline.py
31+
freeline/
32+
freeline_project_description.json
33+
fastlane/report.xml
34+
fastlane/Preview.html
35+
fastlane/screenshots
36+
fastlane/test_output
37+
fastlane/readme.md

.idea/codeStyles/Project.xml

+251
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/codeStyleConfig.xml

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/shubhamtyagi.xml

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations.xml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)