forked from Yandex-Practicum/practicum-android-diploma
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
59 lines (48 loc) · 819 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# IntelliJ
*.iml
/.idea/caches
/.idea/libraries
/.idea/shelf
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea/kotlinc.xml
/.idea/gradle.xml
/.idea/compiler.xml
/.idea/misc.xml
# added by Poliakov 04.12.2023
.idea/codeStyles
/.idea/migrations.xml
.idea/deploymentTargetDropDown.xml
# Gradle files
.gradle/
build/
out/
# Local configuration file (sdk path, etc)
local.properties
develop.properties
# Gradle-profiler data
profile-out*/
gradle-user-home/
*.hprof
# Android Studio generated files and folders
captures/
.externalNativeBuild/
.cxx/
output.json
# Built application files
*.apk
*.aar
*.ap_
*.aab
# Keystore files
*.jks
*.keystore
# Google Services (e.g. APIs or Firebase)
google-services.json
# OS specific
.DS_Store
*.log
#secret
develop.properties