-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
46 lines (44 loc) · 942 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
**/.gradle/
**/build/
local.properties
# IntelliJ
*.iml
.idea/androidTestResultsUserPreferences.xml
.idea/assetWizardSettings.xml
.idea/caches
.idea/caches/
.idea/codeStyles/codeStyleConfig.xml
.idea/codeStyles/Project.xml
.idea/compiler.xml
.idea/dataSources.ids
.idea/datasources.xml
.idea/deploymentTargetDropDown.xml
.idea/dictionaries
.idea/dynamic.xml
.idea/.gitignore
.idea/gradle.xml
.idea/inspectionProfiles
.idea/inspectionProfiles/Project_Default.xml
.idea/jarRepositories.xml
.idea/jsLibraryMappings.xml
.idea/kotlinCodeInsightSettings.xml
.idea/kotlinc.xml
.idea/kotlinScripting.xml
.idea/libraries
.idea/libraries/
.idea/markdown-navigator-enh.xml
.idea/markdown-navigator.xml
.idea/misc.xml
.idea/modules.xml
.idea/.name
.idea/runConfigurations.xml
.idea/scopes/scope_settings.xml
.idea/shelf/
.idea/sonarlint*
.idea/sqlDataSources.xml
.idea/tasks.xml
.idea/uiDesigner.xml
.idea/vcs.xml
.idea/workspace.xml
# MacOS
.DS_Store