-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
106 lines (89 loc) · 1.55 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
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
# AndroidStudio 3
.idea/caches/build_file_checksums.ser
.idea/modules.xml
# AndroidStudio Patch
!/gradle/wrapper/gradle-wrapper.jar
gen-external-apklibs
output.json
# Directory-based project format
.idea/
# mpeltonen/sbt-idea plugin
.idea_modules/
# User-specific configurations
.idea/caches/
.idea/libraries/
.idea/shelf/
.idea/.name
.idea/compiler.xml
.idea/copyright/profiles_settings.xml
.idea/encodings.xml
.idea/misc.xml
.idea/scopes/scope_settings.xml
.idea/vcs.xml
.idea/jsLibraryMappings.xml
.idea/datasources.xml
.idea/dataSources.ids
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
# virtual machine crash logs
hs_err_pid*
# Generated files
bin/
gen/
out/
# Built application files
*.apk
*.ap_
*.aab
# Package Files
*.jar
*.nar
*.zip
*.tar.gz
*.rar
*.war
*.ear
# lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
# OS-specific files
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Files for the ART/Dalvik VM
*.dex
# Temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
# Mac OS
.AppleDouble
.LSOverride
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk