-
Notifications
You must be signed in to change notification settings - Fork 12
/
.gitignore
109 lines (91 loc) · 1.37 KB
/
.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Android Studio
.idea
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
# Gradle
/build
.gradle/
/out
/buildSrc/build
/buildSrc/.gradle
/.gradle
**/build/
/!gradle/wrapper/gradle-wrapper.jar
# Kotlin
*.class
*.jar
*.war
*.ear
# IntelliJ
out/
*.ipr
*.iws
*.bak
*.swp
# Personal configuration files
.idea/misc.xml
.idea/modules.xml
.idea/dictionaries
.idea/vcs.xml
.idea/gradle.xml
.idea/libraries
.idea/tasks.xml
.idea/workspace.xml
.idea/tasks
.idea/assetWizardSettings.xml
.idea/codeStyles
.idea/caches
.idea/inspectionProfiles
.idea/jsLibraryMappings.xml
.idea/encodings.xml
.idea/dataSources
.idea/dataSources.local.xml
.idea/sqlDataSources.xml
.idea/sqlDialects.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
# APKs
*.apk
*.ap_
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# Linux
*~
# Proguard
proguard/
# Logs
*.log
# Android-specific files
crashlytics-build.properties
fabric.properties
# Local configuration files
local.properties
# Java Template
*.zip
*.tar.gz
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
# NDK
.cxx
.ndk
# Auto-generated files by Android Studio
captures/
output.json
# Keystore files
*.jks
*.keystore
# User-specific configurations
.idea/*
# Kotlin Multiplatform specific
cinterop/